diff options
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index b78b3caa58d..6c2a331d66b 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -189,7 +189,7 @@ select @@concurrent_insert; AUTO set global timed_mutexes=ON; Warnings: -Warning 1287 '@@timed_mutexes' is deprecated and will be removed in a future release. +Warning 1287 '@@timed_mutexes' is deprecated and will be removed in a future release show variables like 'timed_mutexes'; Variable_name Value timed_mutexes ON @@ -198,7 +198,7 @@ VARIABLE_NAME VARIABLE_VALUE TIMED_MUTEXES ON set global timed_mutexes=0; Warnings: -Warning 1287 '@@timed_mutexes' is deprecated and will be removed in a future release. +Warning 1287 '@@timed_mutexes' is deprecated and will be removed in a future release show variables like 'timed_mutexes'; Variable_name Value timed_mutexes OFF |