mariadb/mysql-test/suite/sys_vars/t/replicate_rewrite_db.opt
Anel Husakovic 1a057a923b 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>
2022-10-21 14:49:05 -06:00

3 lines
122 B
Text

"--replicate-rewrite-db=test->rewrite"
"--replicate-rewrite-db= mysqltest1 -> test"
"--replicate-rewrite-db=a -> b"