summaryrefslogtreecommitdiff
path: root/sql/table_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Yet less TDC hash lookupsSergey Vojtovich2020-04-031-0/+1
* Split tdc_remove_table()Sergey Vojtovich2020-04-031-10/+5
* Cleanup mysql_inplace_alter_table()Sergey Vojtovich2020-04-031-0/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-03-231-1/+2
|\
| * tc_active_instances: my_atomic to std::atomicSergey Vojtovich2020-03-211-1/+2
* | Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-251-1/+1
* | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-2/+1
* | Removed tdc_increment_refresh_version()Sergey Vojtovich2019-11-251-7/+1
|/
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-1/+1
|/ / /
* | | MDEV-11153 - Introduce status variables for table cache monitoring and tuningSergey Vojtovich2017-10-311-0/+1
|/ /
* | In table cache code, fix casts from longlong to long forVladislav Vaintroub2017-09-291-4/+8
* | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-1/+1
* | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-6/+16
* | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-3/+0
* | Some trivial changes.Nirbhay Choubey2016-06-101-0/+3
* | Move table cache private functions out of headerSergey Vojtovich2016-06-011-139/+1
* | Cleanup All_share_tables_list definitionSergey Vojtovich2016-03-221-1/+3
* | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-52/+2
* | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-1/+0
|/
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* MDEV-8339 - Server crash during table cache evictionSergey Vojtovich2015-06-291-1/+1
* MDEV-8324 - MariaDB fails to build with performance schema disabledSergey Vojtovich2015-06-191-0/+2
* Replaced lf-hash element_size hack with initializer function.Sergey Vojtovich2015-03-041-0/+9
* MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-281-15/+165
* MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-201-1/+0
* MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-2/+6
* MDEV-5492 - Reduce usage of LOCK_open: TABLE::in_useSergey Vojtovich2014-02-131-3/+4
* MDEV-5388 - Reduce usage of LOCK_open: unused_tablesSergey Vojtovich2013-12-121-1/+0
* MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-0/+134