mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed slave to clean up load data infile temp files
instrumented the server with DBUG_SYNC_POINT() macro mysql-test/t/rpl_log.test: no change sql/item_func.cc: debug_sync_point() sql/log_event.cc: clead load data file tmpdir on slave on start/stop events sql/mysql_priv.h: DBUG_SYNC_POINT sql/sql_repl.cc: DBUG_SYNC_POINT in Create_file_event
This commit is contained in:
@ -46,3 +46,4 @@ show new master for slave with master_log_file='master-bin.002' and
|
||||
master_log_pos=4 and master_log_seq=1 and master_server_id=1;
|
||||
show new master for slave with master_log_file='master-bin.002' and
|
||||
master_log_pos=137 and master_log_seq=3 and master_server_id=1;
|
||||
|
||||
|
Reference in New Issue
Block a user