Bug fix for NATURAL JOIN, Split manual sections and more statistic variables

This commit is contained in:
monty@donna.mysql.com 2000-11-20 02:57:02 +02:00
commit 61fd6baf4b
21 changed files with 374 additions and 133 deletions

View file

@ -292,7 +292,7 @@ $dbh->do("drop table crash_q");
report("truncate","truncate_table",
"create table crash_q (a integer, b integer,c CHAR(10))",
"truncate crash_q",
"drop table crash_q1");
"drop table crash_q");
if ($dbh->do("create table crash_q (a integer, b integer,c CHAR(10))") &&
$dbh->do("create table crash_q1 (a integer, b integer,c CHAR(10) not null)"))