mariadb/storage/innobase/handler
Marko Mäkelä 9aa8512d59 MDEV-37152 fixup: Avoid thd_set_ha_data()
Starting with commit 4369a382a1 the
calls to release_thd() would occasionally attempt InnoDB shutdown,
causing occasional assertion failures when mariadbd or mariadb-backup
is shutting down.

It turns out that thd_set_ha_data() has some side effects, other than
just assigning the pointer that a subsequent thd_get_ha_data() would return.
2025-09-30 16:02:25 +03:00
..
ha_innodb.cc MDEV-37152 fixup: Avoid thd_set_ha_data() 2025-09-30 16:02:25 +03:00
ha_innodb.h MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
handler0alter.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.h Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00