mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Removed warnings
This commit is contained in:
parent
2a2b1ea825
commit
e0c0cdc3fa
2 changed files with 2 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue