Removed warnings

This commit is contained in:
unknown 2007-04-20 18:46:12 +02:00
commit e0c0cdc3fa
2 changed files with 2 additions and 4 deletions

View file

@ -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))

View file

@ -1,7 +1,7 @@
-- source include/have_partition.inc
--disable warnings
--disable_warnings
drop table if exists t1;
--enable warnings
--enable_warnings
create table t1 (a char(5) character set koi8r)
partition by list (ascii(a) mod 3)