• Monty's avatar
    MDEV-11598 Assertion `!table || (!table->read_set ||... · 135e1444
    Monty authored
    MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed
    
    Found and fixed 2 problems:
    
    - Filesort addon fields didn't mark virtual columns properly
    - multi-range-read calculated vcol bitmap but was not using it.
      This caused wrong vcol field to be calculated on read, which caused the assert.
    135e1444
vcol_keys.inc 7.48 KB