mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with 5.1
This commit is contained in:
@ -47,5 +47,5 @@ i
|
||||
3
|
||||
show status like 'Slow_queries'||||
|
||||
Variable_name Value
|
||||
Slow_queries 0
|
||||
Slow_queries 3
|
||||
drop table t1||||
|
||||
|
3
mysql-test/suite/pbxt/t/multi_statement-master.opt
Normal file
3
mysql-test/suite/pbxt/t/multi_statement-master.opt
Normal file
@ -0,0 +1,3 @@
|
||||
--slow-query-log
|
||||
--slow-query-log-file=slow.log
|
||||
--log-queries-not-using-indexes
|
@ -30,7 +30,7 @@ connection con1;
|
||||
--send
|
||||
update t1 set n = 3;
|
||||
connection con2;
|
||||
sleep 0.5;
|
||||
sleep 5;
|
||||
unlock tables;
|
||||
connection con1;
|
||||
reap;
|
||||
|
Reference in New Issue
Block a user