[MDEV-30719] Documentation vor variable slave_run_triggers_for_rbr is not complete Created: 2023-02-23 Updated: 2023-03-24 Resolved: 2023-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation, replication, slave | ||
| Issue Links: |
|
||||||||
| Description |
|
It is not visible from documentation if this variable slave_run_triggers_for_rbr is dynamic or not: https://mariadb.com/kb/en/replication-and-binary-log-system-variables/#slave_run_triggers_for_rbr Our experiment says: yes it is: SQL> show global variables like 'slave_run%';
---------------------------
---------------------------
---------------------------
--------------------------- |
| Comments |
| Comment by Oli Sennhauser [ 2023-02-23 ] | |||||||
|
It seems not to be so easy or not consistent: MariaDB [test]> SET GLOBAL slave_run_triggers_for_rbr = ON; MariaDB [test]> SET GLOBAL slave_run_triggers_for_rbr = LOGGING; | |||||||
| Comment by Oli Sennhauser [ 2023-02-23 ] | |||||||
|
OK. My bad. Sorry! RTFM would help: MariaDB [(none)]> SET GLOBAL slave_run_triggers_for_rbr = yes; | |||||||
| Comment by Ian Gilfillan [ 2023-03-24 ] | |||||||
|
Thanks, this has been added. It is also always possible to get this information from the Information Schema:
|