mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global variables"
- Add `replicate_rewrite_db` status variable, that may accept comma
separated key-value pairs.
- Note that option `OPT_REPLICATE_REWRITE_DB` already existed in `mysqld.h`
from this commit 23d8586dbf
Reviewer:Brandon Nesterenko <brandon.nesterenko@mariadb.com>
This commit is contained in:
committed by
Brandon Nesterenko
parent
ccf0e27f28
commit
1a057a923b
@ -1276,13 +1276,8 @@ CREATE TABLE t1 (a int);
|
||||
INSERT INTO t1 values(1);
|
||||
DROP TABLE t1;
|
||||
FLUSH LOGS;
|
||||
ERROR: Bad syntax in rewrite-db: missing '->'
|
||||
|
||||
ERROR: Bad syntax in rewrite-db: empty TO db
|
||||
|
||||
ERROR: Bad syntax in rewrite-db: empty TO db
|
||||
|
||||
ERROR: Bad syntax in rewrite-db: empty FROM db
|
||||
|
||||
ERROR: Bad syntax in rewrite-db: empty FROM db
|
||||
|
||||
ERROR: Bad syntax in rewrite-db. Expected syntax is FROM->TO.
|
||||
ERROR: Bad syntax in rewrite-db. Expected syntax is FROM->TO.
|
||||
ERROR: Bad syntax in rewrite-db. Expected syntax is FROM->TO.
|
||||
ERROR: Bad syntax in rewrite-db. Expected syntax is FROM->TO.
|
||||
ERROR: Bad syntax in rewrite-db. Expected syntax is FROM->TO.
|
||||
|
Reference in New Issue
Block a user