Sinisa@sinisa.nasamreza.org
|
6f1342a61d
|
Fix for a bug #2422, where CONVERT(expr, cast) was masked by
CONVERT(expr, expr, expr);
|
2004-01-22 22:13:24 +02:00 |
|
bar@bar.intranet.mysql.r18.ru
|
6f0c8a7bf4
|
Bug 2202: CAST from binary to char still returns a binary string
|
2003-12-25 17:42:17 +04:00 |
|
bell@sanja.is.com.ua
|
33346e26af
|
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor()
added string length for more speed
made code covarage for print() method of Item
fixed printability of some items (SCRUM) (WL#1274)
|
2003-10-30 12:57:26 +02:00 |
|
bar@bar.mysql.r18.ru
|
8c55440ba4
|
CAST(expr AS CHAR(10)) is now working
|
2003-08-21 14:15:25 +05:00 |
|
bar@bar.mysql.r18.ru
|
bb611fa0a2
|
mysqlshow and mysqldump now send their vharacter set to server
character_set_results is now the same with character_set_client by default
|
2003-05-30 23:09:35 +05:00 |
|
bar@bar.mysql.r18.ru
|
5fa6c4589e
|
CAST(expr AS char) now supports character set with conversion:
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
|
2003-05-28 17:57:58 +05:00 |
|
Sinisa@sinisa.nasamreza.org
|
165b3960be
|
Fixing crashing bugs as reported in bugs database
#195
|
2003-03-28 16:57:03 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
85fb265c3c
|
Fixing a bug #195
Fixing UNION's popping up in slow query log
|
2003-03-27 16:11:01 +02:00 |
|
monty@mashka.mysql.fi
|
dfb60ca085
|
Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER
Added CEIL as an alias for CEILING
Cleaned up CHECK constraint handling.
(We don't anymore require braces after CHECK)
Added casting to CHAR.
|
2002-11-24 15:47:19 +02:00 |
|