Commit 36eccebd authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Fix client unit test to drop all used tables.

parent 121dc271
......@@ -15336,7 +15336,7 @@ static void test_mysql_insert_id()
myheader("test_mysql_insert_id");
rc= mysql_query(mysql, "drop table if exists t1");
rc= mysql_query(mysql, "drop table if exists t1,t2");
myquery(rc);
/* table without auto_increment column */
rc= mysql_query(mysql, "create table t1 (f1 int, f2 varchar(255), key(f1))");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment