• Marko Mäkelä's avatar
    MDEV-22651: Bogus assertion in dict_table_t::init_instant() · 05d62518
    Marko Mäkelä authored
    In commit 0e5a4ac2 (MDEV-15562)
    we introduced a bogus debug assertion, demanding that dict_col_t::len
    never exceed some maximum value. The intention was to match what
    dict_index_add_col() is doing. But, the assignment field->fixed_len = 0
    applies to dict_field_t::fixed_len, not dict_col_t::len!
    05d62518
instant_alter_bugs.test 16.4 KB