summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-03-06 10:54:27 +0100
committerunknown <serg@serg.mysql.com>2003-03-06 10:54:27 +0100
commit62ada91165198a4c8c3828514dab0ab989f05ac1 (patch)
tree01f697ea9681630010b486e17be4af937bd07d2e /mysql-test
parente5382ef74f5887d3befb0916c8dc17c277898c3d (diff)
downloadmariadb-git-62ada91165198a4c8c3828514dab0ab989f05ac1.tar.gz
disable partial timestamps in --new mode
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/type_timestamp.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/type_timestamp.result b/mysql-test/r/type_timestamp.result
index 85e5c2c194f..3d5d74709c1 100644
--- a/mysql-test/r/type_timestamp.result
+++ b/mysql-test/r/type_timestamp.result
@@ -101,6 +101,6 @@ t2 t4 t6 t8 t10 t12 t14
set new=1;
select * from t1;
t2 t4 t6 t8 t10 t12 t14
-00 00-00 00-00-00 0000-00-00 00-00-00 00:00 00-00-00 00:00:00 0000-00-00 00:00:00
-97 97-12 97-12-31 1997-12-31 97-12-31 23:47 97-12-31 23:47:59 1997-12-31 23:47:59
+0000-00-00 00:00:00 0000-00-00 00:00:00 0000-00-00 00:00:00 0000-00-00 00:00:00 0000-00-00 00:00:00 0000-00-00 00:00:00 0000-00-00 00:00:00
+1997-12-31 23:47:59 1997-12-31 23:47:59 1997-12-31 23:47:59 1997-12-31 23:47:59 1997-12-31 23:47:59 1997-12-31 23:47:59 1997-12-31 23:47:59
drop table t1;