mariadb/storage/innobase/handler
mariadb-DebarunBanerjee d912a6369c MDEV-31154 Fatal InnoDB error or assertion `!is_v' failure upon multi-update with indexed virtual column
MDEV-33558 Fatal error InnoDB: Clustered record field for column x not found

This is issue is about row ID filtering used with index on virtual
column(s). We hit debug assert and crash while building the record
template in Innodb. The primary reason is that we try to force the code
path to use the ICP path. With ICP, we don't support index with virtual
column and we validate it while index condition is pushed.

Simplify the code for building template to handle both ICP and Row ID
filtering by skipping virtual columns.
2024-03-15 19:29:46 +05:30
..
ha_innodb.cc MDEV-31154 Fatal InnoDB error or assertion `!is_v' failure upon multi-update with indexed virtual column 2024-03-15 19:29:46 +05:30
ha_innodb.h MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrary data type 2022-10-27 11:48:46 +04:00
handler0alter.cc MDEV-33214 Table is getting rebuild with ALTER TABLE ADD COLUMN 2024-03-15 14:04:59 +05:30
i_s.cc MDEV-32890 LeakSanitizer errors in mem_heap_create_block_func upon query from I_S.INNODB_SYS_TABLES with LIMIT ROWS EXAMINED 2023-11-28 13:42:08 +05:30
i_s.h Merge 10.2 into 10.3 2021-08-23 10:14:01 +03:00