diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-05-15 19:52:28 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-05-15 19:52:28 +0200 |
commit | dd0e960f4d7823a871cb7f924f0732aaa9cde877 (patch) | |
tree | 23525f26f26f2bf4ab2ec90470fe74faac77c405 /mysql-test | |
parent | 2e0c23d82b49801c1deaa135da6ada768e79be48 (diff) | |
download | mariadb-git-dd0e960f4d7823a871cb7f924f0732aaa9cde877.tar.gz |
Fix of the test after null processing fix.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/main/temporal_literal.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/main/temporal_literal.result b/mysql-test/main/temporal_literal.result index f4f43fe9ba3..d2417d7f9eb 100644 --- a/mysql-test/main/temporal_literal.result +++ b/mysql-test/main/temporal_literal.result @@ -517,7 +517,6 @@ Warning 1292 Incorrect datetime value: '2001-00-00' Warning 1292 Incorrect datetime value: '2001-00-00' Warning 1292 Incorrect datetime value: '2001-00-00' Warning 1292 Incorrect datetime value: '2001-00-00' -Warning 1292 Incorrect datetime value: '2001-00-00' SET sql_mode=DEFAULT; DROP TABLE t1; # |