diff options
author | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-19 07:41:58 -0500 |
---|---|---|
committer | unknown <pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-01-19 07:41:58 -0500 |
commit | ae33dd51a7cdd9c6d38c860a0435cd364e0f54b0 (patch) | |
tree | 95670c5ef3553bd74ce5c8072d6a90995714c417 /mysql-test/include | |
parent | 6337ad6d26667e6ddcb504714ff54e742541416d (diff) | |
parent | 209ff87455cd0e122ea77545c6698d7e7f91ad31 (diff) | |
download | mariadb-git-ae33dd51a7cdd9c6d38c860a0435cd364e0f54b0.tar.gz |
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1-new
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; |