mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
BUG#18752: Also handle NULL values in VALUES LESS THAN
This commit is contained in:
parent
b57664b7cf
commit
bd758e35c0
@@ -965,4 +965,9 @@ 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));
|
||||
|
||||
--echo End of 5.1 tests
|
||||
|
||||
Reference in New Issue
Block a user