summaryrefslogtreecommitdiff
path: root/mysql-test/suite/multi_source/replicate_rewrite_db_dynamic.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global ↵Anel Husakovic2022-10-211-0/+96
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 23d8586dbfdf Reviewer:Brandon Nesterenko <brandon.nesterenko@mariadb.com>