mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-5231: Per query variables from Percona Server (rewritten)
This commit is contained in:
@ -24,7 +24,7 @@ SELECT 4;
|
||||
4
|
||||
4
|
||||
KILL (SELECT COUNT(*) FROM mysql.user);
|
||||
ERROR 42000: This version of MariaDB doesn't yet support 'Usage of subqueries or stored function calls as part of this statement'
|
||||
ERROR 42000: KILL does not support subqueries or stored functions.
|
||||
SET DEBUG_SYNC= 'thread_end SIGNAL con1_end';
|
||||
SET DEBUG_SYNC= 'before_do_command_net_read SIGNAL con1_read WAIT_FOR kill';
|
||||
SET DEBUG_SYNC= 'now WAIT_FOR con1_read';
|
||||
|
Reference in New Issue
Block a user