1
0
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:
Michael Widenius
2010-04-08 12:52:53 +03:00
22 changed files with 91 additions and 40 deletions

View File

@ -47,5 +47,5 @@ i
3
show status like 'Slow_queries'||||
Variable_name Value
Slow_queries 0
Slow_queries 3
drop table t1||||

View File

@ -0,0 +1,3 @@
--slow-query-log
--slow-query-log-file=slow.log
--log-queries-not-using-indexes

View File

@ -30,7 +30,7 @@ connection con1;
--send
update t1 set n = 3;
connection con2;
sleep 0.5;
sleep 5;
unlock tables;
connection con1;
reap;