diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-10-21 12:40:21 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-10-21 12:40:21 +0200 |
commit | bbd922b09c94bafb18e583a00865750164358736 (patch) | |
tree | f8665cdbc5f804477667c1ef89f27f0de619b382 /mysql-test/t/partition_range.test | |
parent | aaa79d9530e64bb092bb994312b7e490d16b9eef (diff) | |
download | mariadb-git-bbd922b09c94bafb18e583a00865750164358736.tar.gz |
Removed column_list and fixed all issues relating to this change
Diffstat (limited to 'mysql-test/t/partition_range.test')
-rw-r--r-- | mysql-test/t/partition_range.test | 2 |
1 files changed, 1 insertions, 1 deletions
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), |