mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1-new
into c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18752 mysql-test/t/partition.test: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/partition.result: manual merge sql/share/errmsg.txt: manual merge
This commit is contained in:
commit
0988e2c80f
4 changed files with 27 additions and 0 deletions
|
|
@ -989,6 +989,11 @@ PARTITION BY LIST (a)
|
|||
SHOW CREATE TABLE t1;
|
||||
DROP TABLE t1;
|
||||
|
||||
--error 1064
|
||||
CREATE TABLE t1 (a int)
|
||||
PARTITION BY RANGE(a)
|
||||
(PARTITION p0 VALUES LESS THAN (NULL));
|
||||
|
||||
#
|
||||
# Bug#18753 Partitions: auto_increment fails
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue