Skip to content

Commit 0942b2d

Browse files
author
mikael@dator3.(none)
committed
Removed warnings
1 parent 81db111 commit 0942b2d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mysql-test/r/partition_bug18198.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
drop table if exists t1;
2-
Warnings:
3-
Note 1051 Unknown table 't1'
42
create table t1 (a char(5) character set koi8r)
53
partition by list (ascii(a) mod 3)
64
subpartition by hash(ascii(a))

mysql-test/t/partition_bug18198.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- source include/have_partition.inc
2-
--disable warnings
2+
--disable_warnings
33
drop table if exists t1;
4-
--enable warnings
4+
--enable_warnings
55

66
create table t1 (a char(5) character set koi8r)
77
partition by list (ascii(a) mod 3)

0 commit comments

Comments
 (0)