mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merged recent change from mysql-5.5-bugteam into
mysql-5.5-runtime tree.
This commit is contained in:
@ -1343,10 +1343,10 @@ SET NAMES latin1;
|
||||
let $wait_timeout= 10;
|
||||
let $wait_condition= SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE '%GET_LOCK%' AND ID != CONNECTION_ID();
|
||||
--source include/wait_condition.inc
|
||||
--replace_column 1 ### 6 ### 7 ###
|
||||
--replace_column 1 ### 3 ### 6 ### 7 ###
|
||||
SHOW PROCESSLIST;
|
||||
SET NAMES utf8;
|
||||
--replace_column 1 ### 6 ### 7 ###
|
||||
--replace_column 1 ### 3 ### 6 ### 7 ###
|
||||
SHOW PROCESSLIST;
|
||||
SELECT RELEASE_LOCK('t');
|
||||
--connection con1
|
||||
|
Reference in New Issue
Block a user