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
Activity
Field | Original Value | New Value |
---|---|---|
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Labels | need_feedback |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Labels | need_feedback |
Component/s | Variables [ 13903 ] | |
Component/s | Configuration [ 13904 ] |
Labels | beginner-friendly |
Summary | Variable who cannot be find in "show global variables" | Variable replicate_rewrite_db cannot be found in "show global variables" |
Component/s | Replication [ 10100 ] |
Labels | beginner-friendly |
Workflow | MariaDB v3 [ 85951 ] | MariaDB v4 [ 130793 ] |
Link |
This issue is duplicated by |
Assignee | Anel Husakovic [ anel ] |
Fix Version/s | 10.11 [ 27614 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Anel Husakovic [ anel ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Remote Link | This issue links to "PR 2231 (Web Link)" [ 34244 ] |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Link |
This issue relates to |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Anel Husakovic [ anel ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Anel Husakovic [ anel ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Status | In Review [ 10002 ] | In Testing [ 10301 ] |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Angelique Sklavounos [ JIRAUSER50741 ] |
Link |
This issue is part of |
Link |
This issue causes |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Assignee | Angelique Sklavounos [ JIRAUSER50741 ] | Brandon Nesterenko [ JIRAUSER48702 ] |
Assignee | Brandon Nesterenko [ JIRAUSER48702 ] | Anel Husakovic [ anel ] |
issue.field.resolutiondate | 2022-10-21 20:51:06.0 | 2022-10-21 20:51:06.468 |
Fix Version/s | 10.11.1 [ 28454 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue is duplicated by |
Labels | Preview_10.11 |
That's because it's not a variable, it's a command-line option only.
https://mariadb.com/kb/en/library/replication-and-binary-log-server-system-variables/#replicate_rewrite_db
Do you want it to be converted into a feature request for making it a variable?