mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
updates for LOAD DATA FROM MASTER + some cleanup of replication code
This commit is contained in:
@@ -242,8 +242,6 @@ public:
|
||||
enum enum_server_command command;
|
||||
uint32 server_id;
|
||||
const char *where;
|
||||
char* last_nx_table; // last non-existent table, we need this for replication
|
||||
char* last_nx_db; // database of the last nx table
|
||||
time_t start_time,time_after_lock,user_time;
|
||||
time_t connect_time,thr_create_time; // track down slow pthread_create
|
||||
thr_lock_type update_lock_default;
|
||||
|
||||
Reference in New Issue
Block a user