mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8713 Add continuous binary log backup to mysqlbinlog.
--raw, --stop-never and --stop-never-slave-server-id=id options added to the mysqlbinlog tool.
This commit is contained in:
@ -320,11 +320,11 @@
|
||||
/* Used to check GROUP BY list in the MODE_ONLY_FULL_GROUP_BY mode */
|
||||
#define UNDEF_POS (-1)
|
||||
|
||||
#endif /* !MYSQL_CLIENT */
|
||||
|
||||
/* BINLOG_DUMP options */
|
||||
|
||||
#define BINLOG_DUMP_NON_BLOCK 1
|
||||
#endif /* !MYSQL_CLIENT */
|
||||
|
||||
#define BINLOG_SEND_ANNOTATE_ROWS_EVENT 2
|
||||
|
||||
#ifndef MYSQL_CLIENT
|
||||
|
Reference in New Issue
Block a user