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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user