mariadb/storage
Marko Mäkelä 6a2cd6f4b4 MDEV-19505 Do not hold mutex while calling que_graph_free()
sym_tab_free_private(): Do not call dict_table_close(), but
simply invoke dict_table_t::release(), which we can do without
locking the whole dictionary cache. (Note: On user tables it
may still be necessary to invoke dict_table_close(), so that
InnoDB persistent statistics will be deinitialized as expected.)

fts_check_corrupt(), row_fts_merge_insert(): Invoke
aux_table->release() to simplify the code. This is never a user table.

fts_que_graph_free(), fts_que_graph_free_check_lock(): Replaced with
que_graph_free().

Reviewed by: Thirunarayanan Balathandayuthapani
2021-08-31 13:54:06 +03:00
..
archive Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
blackhole Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
columnstore Update columnstore 2021-08-02 20:45:40 +02:00
connect MDEV-25602 Eliminate the rest of __WIN__ in Connect 2021-08-05 11:32:41 +02:00
csv Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
example remove mysql_declare_plugin declaration from some plugins 2020-07-04 01:44:47 +02:00
federated Fix all warnings given by UBSAN 2021-05-19 22:54:14 +02:00
federatedx federatedx: ha_federatedx::get_txn -> static 2021-06-11 13:02:55 +02:00
heap Merge 10.5 into 10.6 2021-06-09 16:50:58 +03:00
innobase MDEV-19505 Do not hold mutex while calling que_graph_free() 2021-08-31 13:54:06 +03:00
maria Merge 10.5 into 10.6 2021-08-26 10:20:17 +03:00
mroonga Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00
myisam Merge 10.5 into 10.6 2021-08-25 08:15:20 +03:00
myisammrg Reduce usage of strlen() 2021-05-19 22:27:48 +02:00
oqgraph Merge branch '10.5' into 10.6 2021-08-02 10:11:41 +02:00
perfschema Merge 10.5 into 10.6 2021-08-31 11:00:41 +03:00
rocksdb Merge 10.5 into 10.6 2021-08-31 11:00:41 +03:00
sequence Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
sphinx MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
spider Merge 10.5 to 10.6 2021-08-19 12:25:00 +03:00
test_sql_discovery MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00