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

Fix for bug #9764 (DISTINCT IFNULL truncates data)

This commit is contained in:
hf@deer.(none)
2005-06-08 20:35:37 +05:00
parent 730c3a260f
commit 6c148a7969
4 changed files with 29 additions and 15 deletions

View File

@ -434,7 +434,7 @@ d date YES NULL
e varchar(1) NO
f datetime YES NULL
g time YES NULL
h varbinary(23) NO
h longblob NO
dd time YES NULL
select * from t2;
a b c d e f g h dd