summaryrefslogtreecommitdiff
path: root/mysql-test/r/type_ranges.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-05-05 13:22:09 +0400
committerAlexander Barkov <bar@mariadb.org>2015-05-05 13:22:09 +0400
commit73c2356e7bc7162211622d7ea64c01c2c2bb5342 (patch)
tree41544ac0d905e86b19e11036b9f24d561b3f2757 /mysql-test/r/type_ranges.result
parentae18a28500974351cf42fa3cac67c83e0647d510 (diff)
downloadmariadb-git-73c2356e7bc7162211622d7ea64c01c2c2bb5342.tar.gz
MDEV-7778 impossible create copy of table, if table contain default value for timestamp field
MDEV-8082 ON UPDATE is not preserved by CREATE TABLE .. SELECT
Diffstat (limited to 'mysql-test/r/type_ranges.result')
-rw-r--r--mysql-test/r/type_ranges.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/type_ranges.result b/mysql-test/r/type_ranges.result
index 5992b1347f3..53fc3104666 100644
--- a/mysql-test/r/type_ranges.result
+++ b/mysql-test/r/type_ranges.result
@@ -255,7 +255,7 @@ ushort smallint(5) unsigned zerofill NULL NO 00000 #
umedium mediumint(8) unsigned NULL NO 0 #
ulong int(11) unsigned NULL NO 0 #
ulonglong bigint(13) unsigned NULL NO 0 #
-time_stamp timestamp NULL NO 0000-00-00 00:00:00 #
+time_stamp timestamp NULL NO CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP #
date_field char(10) latin1_swedish_ci YES NULL #
time_field time NULL YES NULL #
date_time datetime NULL YES NULL #