diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2016-02-26 14:34:27 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2016-02-27 11:59:36 +0400 |
commit | 0d10b5a5cd5e3e47043d9ab8b87a174c5c724893 (patch) | |
tree | ddd42016123b6a6b554fefdfcfdc4852e0eae6e9 /sql/sql_priv.h | |
parent | 727bbdd10c6175d3e36d9b72ad5719b5679fc8e0 (diff) | |
download | mariadb-git-0d10b5a5cd5e3e47043d9ab8b87a174c5c724893.tar.gz |
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.
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r-- | sql/sql_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h index 4d62f72f571..cc56daacf3e 100644 --- a/sql/sql_priv.h +++ b/sql/sql_priv.h @@ -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 |