diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-13 13:35:36 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-13 13:35:36 +0200 |
commit | fcf87600a2d7ae03f7bda16c2f16cdec980d2a56 (patch) | |
tree | 0dd158f601c1b38f1b5e80eab137cd406c4499cb /mysql-test/r/events_logs_tests.result | |
parent | a6617eb341c9598f1247e8ddc5c66b7bec55129d (diff) | |
download | mariadb-git-fcf87600a2d7ae03f7bda16c2f16cdec980d2a56.tar.gz |
MDEV-4865 Change related to --log option/variable was merged partially
Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk
(WL#5185 Remove deprecated 5.1 features)
Diffstat (limited to 'mysql-test/r/events_logs_tests.result')
-rw-r--r-- | mysql-test/r/events_logs_tests.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/events_logs_tests.result b/mysql-test/r/events_logs_tests.result index b7faf56f466..9cc6e44511c 100644 --- a/mysql-test/r/events_logs_tests.result +++ b/mysql-test/r/events_logs_tests.result @@ -38,9 +38,9 @@ USER_HOST select 'events_logs_test' as inside_event Check slow query log Ensure that slow logging is on -show variables like 'log_slow_queries'; +show variables like 'slow_query_log'; Variable_name Value -log_slow_queries ON +slow_query_log ON Demonstrate that session value has no effect |