1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

WL#7436: Deprecate and remove timed_mutexes system variable

This is the 5.5/5.6 version of the patch.

Add deprecation warning for timed_mutexes.
This commit is contained in:
Jon Olav Hauglid
2014-06-19 16:47:41 +02:00
parent 63bc784aaa
commit 879fec69fc
5 changed files with 33 additions and 8 deletions

View File

@ -188,6 +188,8 @@ select @@concurrent_insert;
@@concurrent_insert
AUTO
set global timed_mutexes=ON;
Warnings:
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
@ -195,6 +197,8 @@ select * from information_schema.session_variables where variable_name like 'tim
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.
show variables like 'timed_mutexes';
Variable_name Value
timed_mutexes OFF