mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL
This commit is contained in:
@@ -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,
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user