1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

backport fix for the bug #803: INTERVAL(NULL, ....)

This commit is contained in:
unknown
2003-07-14 12:39:10 +05:00
parent c4381bb0c6
commit e45b9ab481
2 changed files with 3 additions and 6 deletions

View File

@ -27,4 +27,4 @@ find_in_set("abc","abc") find_in_set("ab","abc") find_in_set("abcd","abc")
1 0 0
select interval(null, 1, 10, 100);
interval(null, 1, 10, 100)
NULL
-1