mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
This commit is contained in:
@ -329,7 +329,7 @@ $dbh->do("drop table crash_q $drop_attr");
|
||||
|
||||
report("truncate","truncate_table",
|
||||
"create table crash_q (a integer, b integer,c1 CHAR(10))",
|
||||
"truncate crash_q",
|
||||
"truncate table crash_q",
|
||||
"drop table crash_q $drop_attr");
|
||||
|
||||
if ($dbh->do("create table crash_q (a integer, b integer,c1 CHAR(10))") &&
|
||||
|
Reference in New Issue
Block a user