1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixing crashing bugs as reported in bugs database

#195
This commit is contained in:
unknown
2003-03-28 16:57:03 +02:00
parent 691d4b3108
commit 2d8c575584
4 changed files with 8 additions and 2 deletions

View File

@ -40,3 +40,6 @@ cast("1:2:3" as TIME) = "1:02:03"
select cast(NULL as DATE);
cast(NULL as DATE)
NULL
select cast(NULL as BINARY);
cast(NULL as BINARY)
NULL