diff options
author | mikael@dator3.(none) <> | 2007-04-20 18:46:12 +0200 |
---|---|---|
committer | mikael@dator3.(none) <> | 2007-04-20 18:46:12 +0200 |
commit | 0942b2d8aa37662f337f071362880cae5aea0bb7 (patch) | |
tree | 227f62ac23b183505b42dec807a505263ff0eab5 /mysql-test/r/partition_bug18198.result | |
parent | 81db111e241d7b32c70b6a391348f725b00a8596 (diff) | |
download | mariadb-git-0942b2d8aa37662f337f071362880cae5aea0bb7.tar.gz |
Removed warnings
Diffstat (limited to 'mysql-test/r/partition_bug18198.result')
-rw-r--r-- | mysql-test/r/partition_bug18198.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/partition_bug18198.result b/mysql-test/r/partition_bug18198.result index 091de9fb853..2071545dbca 100644 --- a/mysql-test/r/partition_bug18198.result +++ b/mysql-test/r/partition_bug18198.result @@ -1,6 +1,4 @@ drop table if exists t1; -Warnings: -Note 1051 Unknown table 't1' create table t1 (a char(5) character set koi8r) partition by list (ascii(a) mod 3) subpartition by hash(ascii(a)) |