mariadb/storage/innobase/srv
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
..
srv0mon.cc Merge 10.11 into 11.4 2025-09-03 10:32:56 +03:00
srv0srv.cc MDEV-37152 fixup: Avoid thd_set_ha_data() 2025-09-30 16:02:25 +03:00
srv0start.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00