mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fixed slave to clean up load data infile temp files
instrumented the server with DBUG_SYNC_POINT() macro
This commit is contained in:
@ -1623,6 +1623,7 @@ int log_loaded_block(IO_CACHE* file)
|
||||
block_len);
|
||||
mysql_bin_log.write(&c);
|
||||
lf_info->wrote_create_file = 1;
|
||||
DBUG_SYNC_POINT("debug_lock.created_file_event",10);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user