• Sergei Golubchik's avatar
    mysql_prepare_create_table() inconsistency · f6000782
    Sergei Golubchik authored
    sql_field->key_length was 0 for blob fields when a field was
    being added, but Field_blob::character_octet_length() on
    subsequent ALTER TABLE's (when the Field object in the old table
    already existed). This means mysql_prepare_create_table() couldn't
    reliably detect if the keyseg was a prefix.
    f6000782
sql_table.cc 363 KB