mariadb/storage/innobase/pars
Marko Mäkelä f1d7e0c17e MDEV-35436 dict_stats_fetch_from_ps() unnecessarily holds exclusive dict_sys.latch
dict_stats_fetch_from_ps(): Acquire dict_sys.latch as few times as
possible, and release dict_sys.latch after invoking pars_sql(),
so that we will not be unnecessarily holding dict_sys.latch while
possibly waiting for data to be read into the buffer pool.
2025-02-13 16:54:17 +01:00
..
lexyy.cc Cleanup: Remove os0proc.* 2020-09-03 16:40:42 +03:00
make_bison.sh Cleanup: Remove pars_stored_procedure_call() 2021-07-29 15:37:35 +03:00
make_flex.sh Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
pars0grm.cc Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
pars0grm.y Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
pars0lex.l Cleanup: Remove os0proc.* 2020-09-03 16:40:42 +03:00
pars0opt.cc Merge 10.5 into 10.6 2025-01-03 09:10:25 +02:00
pars0pars.cc MDEV-35436 dict_stats_fetch_from_ps() unnecessarily holds exclusive dict_sys.latch 2025-02-13 16:54:17 +01:00
pars0sym.cc MDEV-19505 Do not hold mutex while calling que_graph_free() 2021-08-31 13:54:06 +03:00