1
0
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:
sasha@mysql.sashanet.com
2001-05-28 19:18:23 -06:00
parent 8a3f87ab07
commit 8f6b34f950
18 changed files with 935 additions and 86 deletions

View File

@@ -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;