summaryrefslogtreecommitdiff
path: root/mysql-test/main/reset_connection.test
blob: 49f41c32fc3b046ba9bb3eabd3d4822440a3b2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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';