1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/t
bar@mysql.com 45293fc346 Bug#18691: Converting number to UNICODE string returns invalid result.
Conversion from int and real numbers to UCS2 didn't work fine: 
CONVERT(100, CHAR(50) UNICODE)
CONVERT(103.9, CHAR(50) UNICODE)

The problem appeared because numbers have binary charset, so,
simple charset recast binary->ucs2 was performed
instead of real conversion.

Fixed to make numbers pretend to be non-binary.
2006-04-13 10:55:48 +05:00
..
2005-09-08 12:09:30 +04:00
2005-11-06 02:11:12 +03:00
2006-01-16 15:46:37 +01:00
2006-01-27 13:23:10 +01:00
2005-08-19 01:57:22 -07:00
2005-10-09 01:32:09 +02:00
2006-04-11 15:26:18 +05:00
2005-08-08 13:46:13 -07:00
2006-01-30 15:17:33 +03:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2006-03-06 18:34:38 +01:00
2005-10-25 14:50:08 -07:00
2006-02-28 17:54:11 -06:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-10-12 09:47:59 +02:00
2005-12-08 16:13:53 +01:00
2005-08-09 00:13:49 +03:00
2006-01-26 00:06:20 +03:00