diff options
author | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-18 16:09:25 -0500 |
---|---|---|
committer | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-18 16:09:25 -0500 |
commit | ca1bb5a046b5863c0623681a7fc00e8bf22c8be1 (patch) | |
tree | bebda4a2bb13c4398f5e934d280cc27f54c6b3f8 /mysql-test/include | |
parent | 35137c3d91746f7e5470502597646a5e7e042c76 (diff) | |
download | mariadb-git-ca1bb5a046b5863c0623681a7fc00e8bf22c8be1.tar.gz |
Bug fix
mysql-test/include/partition_1.inc:
Drop table missing in test case
sql/sql_partition.cc:
Removed some dead code
sql/sql_yacc.yy:
initialised name that was missing
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/partition_1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/partition_1.inc b/mysql-test/include/partition_1.inc index a6a14fde4c6..e6618af2979 100644 --- a/mysql-test/include/partition_1.inc +++ b/mysql-test/include/partition_1.inc @@ -745,3 +745,4 @@ if ($fixed_bug16370) --source include/partition_12.inc } DROP TABLE t1; +DROP TABLE if exists t0_template; |