mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
LOAD DATA INFILE is now replicated properly, except for cleanup on
Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
This commit is contained in:
@@ -121,6 +121,7 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
|
||||
proc_info="login";
|
||||
where="field list";
|
||||
server_id = ::server_id;
|
||||
slave_net = 0;
|
||||
server_status=SERVER_STATUS_AUTOCOMMIT;
|
||||
update_lock_default= low_priority_updates ? TL_WRITE_LOW_PRIORITY : TL_WRITE;
|
||||
options=thd_startup_options;
|
||||
|
||||
Reference in New Issue
Block a user