[Commits] dd0e960f4d7: Fix of the test after null processing fix.
revision-id: dd0e960f4d7823a871cb7f924f0732aaa9cde877 (mariadb-10.3.6-187-gdd0e960f4d7) parent(s): 2e0c23d82b49801c1deaa135da6ada768e79be48 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2018-05-15 19:52:28 +0200 message: Fix of the test after null processing fix. --- mysql-test/main/temporal_literal.result | 1 - 1 file changed, 1 deletion(-) 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; #
participants (1)
-
Oleksandr Byelkin