1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global variables"

- Cosmetic fixes

Reviewer:Brandon Nesterenko <brandon.nesterenko@mariadb.com>
This commit is contained in:
Anel Husakovic
2022-09-12 18:20:12 +02:00
committed by Brandon Nesterenko
parent 1a057a923b
commit 50c5743adc
2 changed files with 7 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ SET timestamp=1000000000;
# Delete all existing binary logs.
RESET MASTER;
# Whe'll call mysqlbinlog with two rewrite rules:
# We'll call mysqlbinlog with two rewrite rules:
# --rewrite-db="test1->new_test1"
# --rewrite-db="test3->new_test3"