1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixes for test cases

This commit is contained in:
Sergei Golubchik
2014-09-16 14:04:50 +02:00
parent 7e29c1b539
commit d017953e2e
4 changed files with 8 additions and 6 deletions

View File

@@ -435,8 +435,8 @@ CREATE TABLE t1 (col_int_nokey INT) ENGINE=InnoDB;
CREATE OR REPLACE TEMPORARY TABLE tmp LIKE t1;
LOCK TABLE t1 WRITE;
CREATE OR REPLACE TABLE t1 LIKE tmp;;
KILL QUERY 3;
KILL QUERY con_id;
CREATE OR REPLACE TABLE t1 (a int);;
KILL QUERY 3;
KILL QUERY con_id;
drop table t1;
DROP TABLE t2;