summaryrefslogtreecommitdiff
path: root/sql/table_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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.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
* | | | 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
| * | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-0/+2
| |\ \ | | |/
| | * MDEV-10315 - Online ALTER TABLE may get stuck in tdc_remove_tableSergey Vojtovich2016-09-221-0/+2
* | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-1/+1
* | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-7/+10
* | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-5/+74
* | | MDEV-10296 - Multi-instance table cacheSergey Vojtovich2016-09-161-172/+130
* | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+2
* | | Some trivial changes.Nirbhay Choubey2016-06-101-3/+2
* | | Code cleanupsSergey Vojtovich2016-06-101-2/+60
* | | Move wait_for_mdl_deadlock_detector() call to tc_remove_table()Sergey Vojtovich2016-06-011-3/+2
* | | Move table cache private functions out of headerSergey Vojtovich2016-06-011-16/+141
* | | Move common code to a separate functionSergey Vojtovich2016-06-011-26/+28
* | | Cleanup All_share_tables_list definitionSergey Vojtovich2016-03-221-1/+1
* | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-4/+5
* | | MDEV-9488 - Table cache cleanupsSergey Vojtovich2016-02-261-54/+0
|/ /
* | Replaced lf-hash element_size hack with initializer function.Sergey Vojtovich2015-03-041-3/+2
* | MDEV-7437 remove suport for "atomics" with rwlocksSergei Golubchik2015-01-131-20/+2
* | MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-281-500/+444
* | MDEV-6906 - Relaxed memory order for countersSergey Vojtovich2014-12-051-6/+7
|/
* MDEV-6314 - Compile/run MariaDB with ASanSergey Vojtovich2014-06-101-1/+1