1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #59498 div function broken in mysql-trunk

This commit is contained in:
Tor Didriksen
2011-01-14 15:03:37 +01:00
parent 43a2f80e16
commit 02d7b27641
3 changed files with 19 additions and 3 deletions

View File

@@ -495,3 +495,8 @@ DROP TABLE t1;
--echo # in do_div_mod with doubly assigned variables
--echo #
SELECT ((@a:=@b:=1.0) div (@b:=@a:=get_format(datetime, 'usa')));
--echo #
--echo # Bug #59498 div function broken in mysql-trunk
--echo #
SELECT 1 div null;