summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/r
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-06-12 22:01:56 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-10 15:03:22 +0200
commit45e0373a7818f137bfbbf5d354c78055cec6c82b (patch)
tree64bfc449bb93f2af74176632f180bbfb4dc157a1 /mysql-test/suite/parts/r
parentc38b8f49b8cbe43e20d7710b0d291dd92490fced (diff)
downloadmariadb-git-45e0373a7818f137bfbbf5d354c78055cec6c82b.tar.gz
MDEV-28632 Change default of explicit_defaults_for_timestamp to ON
Diffstat (limited to 'mysql-test/suite/parts/r')
-rw-r--r--mysql-test/suite/parts/r/rpl_partition.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/parts/r/rpl_partition.result b/mysql-test/suite/parts/r/rpl_partition.result
index 41df816fcc0..6aaded5a425 100644
--- a/mysql-test/suite/parts/r/rpl_partition.result
+++ b/mysql-test/suite/parts/r/rpl_partition.result
@@ -128,7 +128,7 @@ show create table t3;
Table t3
Create Table CREATE TABLE `t3` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
- `dt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
+ `dt` timestamp NULL DEFAULT NULL,
`user` char(255) DEFAULT NULL,
`uuidf` longblob DEFAULT NULL,
`fkid` mediumint(9) DEFAULT NULL,