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:
@ -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,
|
||||
|
Reference in New Issue
Block a user