mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Bug fix for NATURAL JOIN, Split manual sections and more statistic variables
This commit is contained in:
parent
b31d076879
commit
61fd6baf4b
21 changed files with 374 additions and 133 deletions
|
|
@ -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)"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue