Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.10
-
None
-
10.1.13
Description
revno: 4748
|
committer: Mark Leith <mark.leith@oracle.com>
|
branch nick: mysql-5.6
|
timestamp: Sat 2013-02-09 12:10:25 +0000
|
message:
|
Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS AND LOG-SLOW-SLAVE-STATEMENTS NOT
|
DISPLAYED
|
|
Added both log_slow_admin_statements and log_slow_slave_statements as server
|
system variables, that can now be dynamically set at run time and are now
|
available via SHOW GLOBAL VARIABLES. These behave otherwise in the same way as
|
the --log-slow-admin-statements and --log-slow-slave-statements server command
|
options.
|
|
There is no need to restart the slave SQL thread for the value of
|
log_slow_slave_statements to be picked up, as the global variable is re-read
|
with each successful event applied by the SQL thread.
|
Attachments
Issue Links
Activity
Fix Version/s | 10.0.12 [ 15201 ] | |
Fix Version/s | 10.0.11 [ 15200 ] |
Workflow | defaullt [ 38801 ] | MariaDB v2 [ 43661 ] |
Fix Version/s | 10.0.13 [ 16000 ] | |
Fix Version/s | 10.0.12 [ 15201 ] |
Workflow | MariaDB v2 [ 43661 ] | MariaDB v3 [ 62812 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.0 [ 16000 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee | Sergei Golubchik [ serg ] |
Assignee | Sergei Golubchik [ serg ] |
Assignee | Alexey Botchkov [ holyfoot ] |
Sprint | 10.1.13 [ 42 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Alexey Botchkov [ holyfoot ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Comment |
[ Proposed fix:
http://lists.askmonty.org/pipermail/commits/2016-March/009131.html ] |
Assignee | Sergei Golubchik [ serg ] | Alexey Botchkov [ holyfoot ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Alexey Botchkov [ holyfoot ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Alexey Botchkov [ holyfoot ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2016-03-22 19:47:07.0 | 2016-03-22 19:47:07.097 |
Component/s | Replication [ 10100 ] | |
Fix Version/s | 10.1.13 [ 21803 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 62812 ] | MariaDB v4 [ 147769 ] |
Proposed fix: http://lists.askmonty.org/pipermail/commits/2016-March/009131.html
It's rather simple stll i'd like you to take a look.