summaryrefslogtreecommitdiff
path: root/sql/table_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-5964 - main.mdev-504 unveils assertion failure inSergey Vojtovich2014-03-281-2/+1
* MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-201-49/+84
* MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-4/+2
* MDEV-5597 - Reduce usage of LOCK_open: LOCK_flushSergey Vojtovich2014-02-131-23/+52
* MDEV-5492 - Reduce usage of LOCK_open: TABLE::in_useSergey Vojtovich2014-02-131-89/+51
* MDEV-5403 - Reduce usage of LOCK_open: tc_countSergey Vojtovich2014-02-131-50/+74
* Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-0/+2
* MDEV-5388 - Reduce usage of LOCK_open: unused_tablesSergey Vojtovich2013-12-121-135/+62
* MDEV-4956 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.used_tablesSergey Vojtovich2013-12-101-67/+33
* MDEV-4897 - Assertion `share->tdc.prev == 0 && share->tdc.next == 0'Sergey Vojtovich2013-08-151-2/+0
* MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-0/+1280