diff options
Diffstat (limited to 'mysql-test/include/partition_1.inc')
-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; |