1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Removed warnings

This commit is contained in:
mikael@dator3.(none)
2007-04-20 18:46:12 +02:00
parent 81db111e24
commit 0942b2d8aa
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)