From 5c9c8ef1eac0a3868a57ed8fda8bda8cd2453b37 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 22 Sep 2015 14:01:54 +0400 Subject: MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL --- mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc') diff --git a/mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc b/mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc index c072d503d00..1cc850091fe 100644 --- a/mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc +++ b/mysql-test/extra/binlog_tests/mysqlbinlog_row_engine.inc @@ -77,7 +77,7 @@ eval CREATE TABLE t1 ( # c28 DATE, c29 DATETIME, - c30 TIMESTAMP, + c30 TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, c31 TIME, c32 YEAR, # -- cgit v1.2.1