mariadb/storage/innobase/row
Thirunarayanan Balathandayuthapani c11c5f36d8 MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459
InnoDB should calculate the MBR for the first field of
spatial index and do the comparison with the clustered
index field MBR. Due to MDEV-25459 refactoring, InnoDB
calculate the length of the first field and fails with
too long column error.
2021-05-27 15:01:19 +05:30
..
row0ext.cc MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
row0ftsort.cc BtrBulk::table_name(): Return the table name while displaying 2021-04-09 17:38:21 +05:30
row0import.cc MDEV-15527 page_compressed compressed page partially during import tablespace 2021-03-30 20:34:39 +05:30
row0ins.cc MDEV-22255 SIGABRT: Assertion id' failed in trx_write_trx_id on INSERT | Assertion id > 0' failed in trx_write_trx_id | Assertion val > 0' failed in row_upd_index_entry_sys_field | Assertion thr_get_trx(thr)->id || index->table->no_rollback()' failed. 2021-04-15 17:53:33 +03:00
row0log.cc Cleanup: row_log_free() 2020-11-25 10:54:38 +02:00
row0merge.cc MDEV-24971 InnoDB access freed virtual column after rollback of secondary index 2021-04-12 16:06:06 +05:30
row0mysql.cc fixup 58b56f14a0: Remove dead code 2021-03-04 18:11:25 +02:00
row0purge.cc revive innodb_debug_sync 2021-04-27 11:51:17 +03:00
row0quiesce.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.cc MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0sel.cc MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459 2021-05-27 15:01:19 +05:30
row0trunc.cc MDEV-23475 InnoDB performance regression for write-heavy workloads 2020-08-19 11:18:56 +03:00
row0uins.cc MDEV-22255 SIGABRT: Assertion id' failed in trx_write_trx_id on INSERT | Assertion id > 0' failed in trx_write_trx_id | Assertion val > 0' failed in row_upd_index_entry_sys_field | Assertion thr_get_trx(thr)->id || index->table->no_rollback()' failed. 2021-04-15 17:53:33 +03:00
row0umod.cc MDEV-25457 Server crashes in row_undo_mod_clust_low upon rollback of read-only transaction 2021-04-21 17:42:16 +03:00
row0undo.cc MDEV-22255 SIGABRT: Assertion id' failed in trx_write_trx_id on INSERT | Assertion id > 0' failed in trx_write_trx_id | Assertion val > 0' failed in row_upd_index_entry_sys_field | Assertion thr_get_trx(thr)->id || index->table->no_rollback()' failed. 2021-04-15 17:53:33 +03:00
row0upd.cc MDEV-22255 SIGABRT: Assertion id' failed in trx_write_trx_id on INSERT | Assertion id > 0' failed in trx_write_trx_id | Assertion val > 0' failed in row_upd_index_entry_sys_field | Assertion thr_get_trx(thr)->id || index->table->no_rollback()' failed. 2021-04-15 17:53:33 +03:00
row0vers.cc revive innodb_debug_sync 2021-04-27 11:51:17 +03:00