1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

show master forced rotate info in SHOW BINLOG EVENTS

mark a master-forced rotate with a special flag
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-23 19:37:24 -06:00
parent c71cba0bd9
commit a91ac47cde
11 changed files with 79 additions and 33 deletions

View File

@ -107,6 +107,7 @@
#define BINLOG_MAGIC "\xfe\x62\x69\x6e"
#define LOG_EVENT_TIME_F 0x1
#define LOG_EVENT_FORCED_ROTATE_F 0x2
enum Log_event_type { START_EVENT = 1, QUERY_EVENT =2,
STOP_EVENT=3, ROTATE_EVENT = 4, INTVAR_EVENT=5,