mariadb/mysql-test/suite/vcol
Monty 135e144479 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.
2017-01-11 09:19:45 +02:00
..
inc MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed 2017-01-11 09:19:45 +02:00
r MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed 2017-01-11 09:19:45 +02:00
t New simpler bugfix for UPDATE and virtual BLOBs 2017-01-11 09:18:35 +02:00