mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Removed warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user