summaryrefslogtreecommitdiff
path: root/sql/table_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28836: Memory alignment cleanupMarko Mäkelä2022-06-211-3/+8
* Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDLMonty2021-05-191-1/+2
* Yet less TDC hash lookupsSergey Vojtovich2020-04-031-11/+16
* Split tdc_remove_table()Sergey Vojtovich2020-04-031-102/+104
* tc_remove_all_unused_tables() cleanupSergey Vojtovich2020-04-031-31/+11
* Cleanup mysql_inplace_alter_table()Sergey Vojtovich2020-04-031-0/+17
* Merge 10.4 into 10.5Marko Mäkelä2020-03-231-13/+21
|\
| * tc_active_instances: my_atomic to std::atomicSergey Vojtovich2020-03-211-13/+21
* | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-2/+3
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+2
* | Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-251-3/+3
* | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-47/+1
* | Removed tdc_increment_refresh_version()Sergey Vojtovich2019-11-251-21/+4
|/
* 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
| | | * merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-231-1/+4
* | | | cleanup: replace a magic constant with a defineSergei Golubchik2019-05-181-1/+1
* | | | tc_contention_warning_reported transition to std::atomicSergey Vojtovich2018-12-291-3/+3
* | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-281-1/+1
* | | | Changed FLUSH TABLES to not change share versionMonty2018-12-091-3/+9
* | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-2/+2
* | | | Simple cleanups (no logic changes)Monty2018-12-091-4/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-5/+14
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-5/+14
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-0/+1
| | |\ \ | | | |/
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-0/+1
| | | |\
| | | | * MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-181-0/+1
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-2/+0
| | |\ \ \ | | | |/ /
| | | * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-2/+0
| | | |\ \ | | | | |/
| | | | * MDEV-16757 Memory leak after adding manually min/max statistical dataSergey Vojtovich2018-09-051-2/+0
| | | | * MDEV-16757 Memory leak after adding manually min/max statistical dataIgor Babaev2018-07-131-0/+2
| | * | | MDEV-16773 - Assertion failed in tdc_remove_tableSergey Vojtovich2018-09-101-3/+13
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-16757 Memory leak after adding manually min/max statistical dataIgor Babaev2018-07-151-0/+2
* | | | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-141-1/+1
|/ / / /
* | | | Add checking of correct likely/unlikelyMichael Widenius2018-05-071-1/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-4/+4
* | | | MDEV-15149 Assert upon concurrent creating / querying sequencesMonty2018-03-291-0/+2
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+2
|\ \ \ \
| * | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+2
| |/ / /
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | | MDEV-11153 - Introduce status variables for table cache monitoring and tuningSergey Vojtovich2017-10-311-9/+26
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-12/+11
|\ \ \ \ | |/ / /
| * | | In table cache code, fix casts from longlong to long forVladislav Vaintroub2017-09-291-9/+8
| * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2