mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
fa7a94ed14
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.
9 lines
245 B
Text
9 lines
245 B
Text
slave stop;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
reset master;
|
|
reset slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
slave start;
|
|
select master_pos_wait('master-bin.999999',0,10);
|
|
master_pos_wait('master-bin.999999',0,10)
|
|
-1
|