[MDEV-725] LP:837184 - log-slow-slave-statements is not dynamic Created: 2011-08-30 Updated: 2016-01-20 Resolved: 2016-01-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Guillaume Lefranc (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | Launchpad | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
log-slow-slave-statements is not a dynamic variable anymore and must be set in the configuration file only, this is a potential regression since it was dynamic in both OurDelta and MySQL 5.1 branches. Can you revert the variable to its original behavior? |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-08-30 ] |
|
Launchpad bug id: 837184 |
| Comment by Elena Stepanova [ 2014-03-26 ] |
|
I'm not sure what this bug meant back when it was created, since MySQL 5.1 and MySQL 5.5 only have a command line option, no dynamic variable. But it does actually make sense now, because the dynamic variable @@log_slow_slave_statements was introduced in 5.6.11, while MariaDB 10.0 does not have it yet. |
| Comment by Elena Stepanova [ 2016-01-20 ] |
|
While it's normally against my practice to mark older bugs duplicates of newer ones, lets make an exception here because it's an issue migrated from LP and the reporter's account isn't active anyway. Further work, if any, should be done in scope of |