Skip to content

Commit 27f20d1

Browse files
committed
Updated test results
1 parent 8774a02 commit 27f20d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/parts/r/rpl_partition.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ show create table t3;
128128
Table t3
129129
Create Table CREATE TABLE `t3` (
130130
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
131-
`dt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
131+
`dt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
132132
`user` char(255) DEFAULT NULL,
133133
`uuidf` longblob DEFAULT NULL,
134134
`fkid` mediumint(9) DEFAULT NULL,

mysql-test/suite/rpl/r/rpl_innodb_bug28430.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ show create table test.byrange_tbl;
114114
Table byrange_tbl
115115
Create Table CREATE TABLE `byrange_tbl` (
116116
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
117-
`dt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
117+
`dt` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
118118
`user` char(255) DEFAULT NULL,
119119
`uuidf` longblob DEFAULT NULL,
120120
`fkid` mediumint(9) DEFAULT NULL,

0 commit comments

Comments
 (0)