mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-29021 mark fields that have explicit values
so that table->update_default_fields() would know what to update
This commit is contained in:
@@ -397,8 +397,7 @@ sync_slave_with_master;
|
||||
STOP SLAVE;
|
||||
--source include/reset_slave.inc
|
||||
eval CREATE TABLE t9 (a INT KEY, b BLOB, c CHAR(5),
|
||||
d TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
ON UPDATE CURRENT_TIMESTAMP,
|
||||
d TIMESTAMP NOT NULL DEFAULT 0,
|
||||
e INT NOT NULL,
|
||||
f text not null,
|
||||
g text,
|
||||
|
Reference in New Issue
Block a user