Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Hello,
It's many time I asked myself but I never found answer about that, why we cannot find the variable : replicate_rewrite_db in "show global variables" or "show all slaves stauts" <- (should be there)
MariaDB [(none)]> show global variables like '%replicate%'; |
+----------------------------------+-----------+
|
| Variable_name | Value |
|
+----------------------------------+-----------+
|
| replicate_annotate_row_events | ON |
|
| replicate_do_db | |
|
| replicate_do_table | |
|
| replicate_events_marked_for_skip | REPLICATE |
|
| replicate_ignore_db | |
|
| replicate_ignore_table | |
|
| replicate_wild_do_table | |
|
| replicate_wild_ignore_table | |
|
| wsrep_replicate_myisam | OFF |
|
+----------------------------------+-----------+
|
9 rows in set (0.005 sec) |
|
Attachments
Issue Links
- causes
-
MDEV-29792 Update Replication Variables for Multi-Source
- Closed
- is duplicated by
-
MDEV-5779 replicate-rewrite-db additions at runtime for multi-source replication ease of use
- Closed
-
MDEV-10909 Enable replicate-rewrite-db in multi source
- Closed
-
MDEV-17165 replicate-rewrite-db
- Closed
- is part of
-
MDEV-29547 prepare 10.11.0 preview releases
- Closed
- relates to
-
MDEV-29348 rpl.rpl_rewrt_db test fails with [gdb,manual-gdb] with wrong parsing
- Closed
- links to