1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
gshchepa/uchum@gleb.loc f8bf427ba4 Fixed bug #29251.
Sometimes special 0 ENUM values was ALTERed to normal
empty string ENUM values.

Special 0 ENUM value has the same string representation
as normal ENUM value defined as '' (empty string).
The do_field_string function was used to convert
ENUM data at an ALTER TABLE request, but this
function doesn't care about numerical "indices" of
ENUM values, i.e. do_field_string doesn't distinguish
a special 0 value from an empty string value.

A new copy function called do_field_enum has been added to
copy special 0 ENUM values without conversion to an empty
string.
2007-06-27 03:41:50 +05:00
..
2005-09-30 14:03:55 +02:00
2007-06-27 03:41:50 +05:00
2007-04-29 04:16:17 +05:00
2007-04-29 04:16:17 +05:00
2007-01-25 18:44:35 -08:00
2005-06-21 04:24:21 -07:00
2007-06-13 13:33:00 +02:00
2007-01-25 18:44:35 -08:00
2007-01-25 18:44:35 -08:00
2007-05-30 22:11:53 +02:00
2007-03-24 14:03:27 +02:00
2007-01-30 13:06:36 -08:00
2006-12-08 02:20:09 +03:00
2006-12-08 02:20:09 +03:00
2006-11-05 23:25:34 +03:00