1
0
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:
Alexey Botchkov
2016-02-26 14:34:27 +04:00
parent 727bbdd10c
commit 0d10b5a5cd
4 changed files with 1032 additions and 155 deletions

View File

@ -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