diff options
author | unknown <serg@serg.mysql.com> | 2003-03-06 10:54:27 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-06 10:54:27 +0100 |
commit | 62ada91165198a4c8c3828514dab0ab989f05ac1 (patch) | |
tree | 01f697ea9681630010b486e17be4af937bd07d2e /mysql-test/r | |
parent | e5382ef74f5887d3befb0916c8dc17c277898c3d (diff) | |
download | mariadb-git-62ada91165198a4c8c3828514dab0ab989f05ac1.tar.gz |
disable partial timestamps in --new mode
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/type_timestamp.result | 4 |
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; |