• unknown's avatar
    Added timeout for wait_for_master_pos · db47e4ca
    unknown authored
    Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000
    Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
    
    
    mysql-test/r/rpl000009.result:
      Fixed replication test after fixing replication of DROP/CREATE DATABASE
    mysql-test/t/rpl000009.test:
      Fixed replication test after fixing replication of DROP/CREATE DATABASE
    sql/item_create.cc:
      Added timeout for wait_for_master_pos
    sql/item_create.h:
      Added timeout for wait_for_master_pos
    sql/item_func.cc:
      Added timeout for wait_for_master_pos
    sql/item_func.h:
      Added timeout for wait_for_master_pos
    sql/lex.h:
      Added timeout for wait_for_master_pos
    sql/slave.h:
      Added timeout for wait_for_master_pos
      Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
    sql/sql_parse.cc:
      Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
    sql/sql_repl.cc:
      Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000
    db47e4ca
rpl000009.test 2.15 KB