1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added event sequence number and flags to binlog

Documented/cleaned up log event code
Updated tests
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-19 15:03:48 -06:00
parent 7cf284b78a
commit 46de2a9fe4
11 changed files with 212 additions and 327 deletions

View File

@@ -96,6 +96,7 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
current_linfo = 0;
slave_thread = 0;
slave_proxy_id = 0;
log_seq = 0;
cond_count=0;
convert_set=0;
mysys_var=0;