mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +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
298 B
Text
9 lines
298 B
Text
# See if master_pos_wait(,,timeout)
|
|
# Terminates with "timeout expired" (-1)
|
|
source include/master-slave.inc;
|
|
save_master_pos;
|
|
connection slave;
|
|
sync_with_master;
|
|
# Ask for a master log that has certainly not been reached yet
|
|
# timeout= 10 seconds
|
|
select master_pos_wait('master-bin.999999',0,10);
|