mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
25
mysql-test/main/reset_connection.test
Normal file
25
mysql-test/main/reset_connection.test
Normal file
@ -0,0 +1,25 @@
|
||||
--source include/not_embedded.inc
|
||||
|
||||
FLUSH STATUS;
|
||||
|
||||
--disable_result_log
|
||||
--disable_query_log
|
||||
|
||||
let $i = 10;
|
||||
begin;
|
||||
while ($i)
|
||||
{
|
||||
dec $i;
|
||||
SELECT 1;
|
||||
}
|
||||
commit;
|
||||
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
|
||||
SHOW local STATUS LIKE 'com_select';
|
||||
|
||||
--reset_connection
|
||||
|
||||
SHOW local STATUS LIKE 'com_select';
|
||||
|
Reference in New Issue
Block a user