summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_error.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/partition_error.test')
-rw-r--r--mysql-test/t/partition_error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/partition_error.test b/mysql-test/t/partition_error.test
index 536935420a4..19bd922e78f 100644
--- a/mysql-test/t/partition_error.test
+++ b/mysql-test/t/partition_error.test
@@ -732,7 +732,7 @@ PARTITION BY RANGE (UNIX_TIMESTAMP(c))
CREATE TABLE t1 (c TIMESTAMP)
PARTITION BY RANGE (UNIX_TIMESTAMP(c))
-(PARTITION p0 VALUES LESS THAN (UNIX_TIMESTAMP('2000-01-01 00:00:00')),
+(PARTITION p0 VALUES LESS THAN (UNIX_TIMESTAMP(20000101000000)),
PARTITION p1 VALUES LESS THAN (MAXVALUE));
DROP TABLE t1;