1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown 0f50a8a7fe Fixed bug #20108.
Any default value for a enum fields over UCS2 charsets was corrupted
when we put it into the frm file, as it had been overwritten by its
HEX representation.
To fix it now we save a copy of structure that represents the enum
type and when putting the default values we use this copy. 


mysql-test/r/ctype_ucs.result:
  Added a test case for bug #20108.
mysql-test/t/ctype_ucs.test:
  Added a test case for bug #20108.
2006-09-20 09:46:12 -07:00
..
2005-09-30 14:03:55 +02:00
2006-07-24 19:18:30 +02:00
2006-09-20 09:46:12 -07:00
2005-09-12 18:48:17 +03:00
2004-09-01 04:12:09 +03:00
2005-08-30 02:46:03 +02:00
2006-05-15 17:25:37 +04:00
2005-06-21 04:24:21 -07:00
2006-09-12 19:06:26 +04:00
2006-06-22 15:50:15 -07:00
2006-06-17 02:11:12 +04:00
2005-03-17 10:59:25 +04:00
2006-07-04 17:40:40 +05:00
2004-10-06 19:14:33 +03:00
2006-07-04 17:40:40 +05:00
2005-11-01 13:00:02 +02:00
2006-07-04 17:40:40 +05:00
2006-09-04 13:43:34 +02:00
2004-12-14 03:36:19 +03:00
2005-05-18 22:14:08 +02:00
2006-09-04 13:43:34 +02:00
2006-04-20 22:15:38 -07:00
2004-11-08 01:13:54 +02:00
2005-12-13 18:30:10 +02:00
2006-09-20 09:46:12 -07:00