mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -217,6 +217,7 @@ drop table t2;
|
||||
--echo #
|
||||
--echo # Test kill USER
|
||||
--echo #
|
||||
--source include/count_sessions.inc
|
||||
grant ALL on test.* to test@localhost;
|
||||
grant ALL on test.* to test2@localhost;
|
||||
connect (con3, localhost, test,,);
|
||||
@ -241,6 +242,7 @@ connection con4;
|
||||
--error 2013,2006,5014
|
||||
select 1;
|
||||
connection default;
|
||||
--source include/wait_until_count_sessions.inc
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-4911 - add KILL query id, and add query id information to
|
||||
|
Reference in New Issue
Block a user