1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -650,3 +650,9 @@ SELECT ((@a:=@b:=1.0) div (@b:=@a:=get_format(datetime, 'usa')));
NULL
Warnings:
Warning 1366 Incorrect decimal value: '' for column '' at row -1
#
# Bug #59498 div function broken in mysql-trunk
#
SELECT 1 div null;
1 div null
NULL