Removed column_list and fixed all issues relating to this change

This commit is contained in:
Mikael Ronstrom 2009-10-21 12:40:21 +02:00
commit bbd922b09c
16 changed files with 330 additions and 263 deletions

View file

@ -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),