mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Removed column_list and fixed all issues relating to this change
This commit is contained in:
parent
aaa79d9530
commit
bbd922b09c
16 changed files with 330 additions and 263 deletions
|
|
@ -9,7 +9,7 @@
|
|||
drop table if exists t1, t2;
|
||||
--enable_warnings
|
||||
|
||||
--error ER_PARSE_ERROR
|
||||
--error ER_NULL_IN_VALUES_LESS_THAN
|
||||
create table t1 (a int)
|
||||
partition by range (a)
|
||||
( partition p0 values less than (NULL),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue