1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

replication updates and bugfixes. Still not perfect - there is some strange

memory corruption I can only repeat on one system.
This commit is contained in:
sasha@mysql.sashanet.com
2002-03-15 18:44:44 -07:00
parent d993a1c0c4
commit 2e6b48afd3
15 changed files with 118 additions and 15 deletions

View File

@@ -98,6 +98,8 @@ typedef struct st_lex_master_info
uint port, connect_retry;
ulonglong pos;
ulong server_id;
char* relay_log_name;
ulong relay_log_pos;
} LEX_MASTER_INFO;