mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed bug in send in mysqltest
Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
connect (con1, localhost, root,,test,0, mysql-master.sock);
|
||||
connect (con2, localhost, root,,test,0, mysql-master.sock);
|
||||
connect (con1, localhost, root,,);
|
||||
connect (con2, localhost, root,,);
|
||||
|
||||
#remember id of con1
|
||||
connection con1;
|
||||
|
Reference in New Issue
Block a user