mirror of
https://github.com/MariaDB/server.git
synced 2025-10-21 08:47:42 +03:00
Merged recent change from mysql-5.5-bugteam into
mysql-5.5-runtime tree.
This commit is contained in:
@@ -1525,13 +1525,13 @@ SET NAMES latin1;
|
||||
SELECT GET_LOCK('t',1000) AS 'óóóó';;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
### root localhost test Query ### ### SHOW PROCESSLIST
|
||||
### root localhost test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
|
||||
### root ### test Query ### ### SHOW PROCESSLIST
|
||||
### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
|
||||
SET NAMES utf8;
|
||||
SHOW PROCESSLIST;
|
||||
Id User Host db Command Time State Info
|
||||
### root localhost test Query ### ### SHOW PROCESSLIST
|
||||
### root localhost test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
|
||||
### root ### test Query ### ### SHOW PROCESSLIST
|
||||
### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
|
||||
SELECT RELEASE_LOCK('t');
|
||||
RELEASE_LOCK('t')
|
||||
1
|
||||
|
Reference in New Issue
Block a user