From bbd922b09c94bafb18e583a00865750164358736 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Wed, 21 Oct 2009 12:40:21 +0200 Subject: Removed column_list and fixed all issues relating to this change --- mysql-test/t/partition_range.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/partition_range.test') diff --git a/mysql-test/t/partition_range.test b/mysql-test/t/partition_range.test index 3ee475f58af..a6d73df5939 100644 --- a/mysql-test/t/partition_range.test +++ b/mysql-test/t/partition_range.test @@ -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), -- cgit v1.2.1