1
0
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:
Sergei Golubchik
2022-07-16 19:35:32 +02:00
parent 93fb92d3f9
commit a3d1d1485a
4 changed files with 4 additions and 6 deletions

View File

@@ -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,