From 53ff66fe31ee4e0fa646f646cee10095390471af Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Tue, 2 Dec 2014 09:04:09 +0100 Subject: MDEV-6996: SET STATEMENT default_week_format = .. has no effect Change constant with a system variable. --- mysql-test/t/partition_bug18198.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/partition_bug18198.test') diff --git a/mysql-test/t/partition_bug18198.test b/mysql-test/t/partition_bug18198.test index 720d483e8ed..75544f58ce8 100644 --- a/mysql-test/t/partition_bug18198.test +++ b/mysql-test/t/partition_bug18198.test @@ -163,7 +163,7 @@ create table t1 (col1 date) partition by range(unix_timestamp(col1)) (partition p0 values less than (10), partition p1 values less than (30)); --- error ER_PARTITION_FUNCTION_IS_NOT_ALLOWED +-- error ER_PARSE_ERROR create table t1 (col1 datetime) partition by range(week(col1)) (partition p0 values less than (10), partition p1 values less than (30)); -- cgit v1.2.1