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

MWL#36: Add a mysqlbinlog option to change the used database.

Add --rewrite-db option to mysqlbinlog.
This commit is contained in:
Alexander Ivanov
2009-10-16 18:04:12 +04:00
parent c12c675d36
commit c26749b45d
2 changed files with 95 additions and 1 deletions

View File

@ -81,5 +81,6 @@ enum options_client
OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE,
OPT_WRITE_BINLOG, OPT_DUMP_DATE,
OPT_ABORT_SOURCE_ON_ERROR,
OPT_REWRITE_DB,
OPT_MAX_CLIENT_OPTION
};