diff options
author | unknown <holyfoot@vva.(none)> | 2006-03-20 19:37:44 +0400 |
---|---|---|
committer | unknown <holyfoot@vva.(none)> | 2006-03-20 19:37:44 +0400 |
commit | 60bc9ad712c846b235d9856cf5cd9663a9ab076a (patch) | |
tree | be654d505c658bffc929f3e4eefe63929580443c /mysql-test | |
parent | 6315e46af2e88b694fdd15abbd4fa637fbd21bf4 (diff) | |
download | mariadb-git-60bc9ad712c846b235d9856cf5cd9663a9ab076a.tar.gz |
merging
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/partition.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/partition.result b/mysql-test/r/partition.result index df15a5652e0..51a4707f5b1 100644 --- a/mysql-test/r/partition.result +++ b/mysql-test/r/partition.result @@ -563,6 +563,7 @@ partition by list (case when s1 > 'cz' then 1 else 2 end) partition p2 values in (2)); drop table t1; create table t1 (f1 int) partition by hash (f1) as select 1; +drop table t1; prepare stmt1 from 'create table t1 (s1 int) partition by hash (s1)'; execute stmt1; execute stmt1; |