1
0
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

Docs/manual.texi:
  Auto merged
This commit is contained in:
unknown
2001-02-02 03:47:40 +02:00
20 changed files with 90 additions and 62 deletions

View File

@ -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))") &&