Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed FLUSH TABLES to not change share version | Monty | 2018-12-09 | 1 | -3/+9 |
* | Optimize flush tables with read lock (FTWRL) to not wait for select's | Monty | 2018-12-09 | 1 | -2/+2 |
* | Simple cleanups (no logic changes) | Monty | 2018-12-09 | 1 | -4/+4 |
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-10-05 | 1 | -5/+14 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -5/+14 |
| |\ | |||||
| | * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-09-24 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-09-23 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | MDEV-14410 - Assertion `table->pos_in_locked_tables == __null || | Sergey Vojtovich | 2018-09-18 | 1 | -0/+1 |
| | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2018-09-14 | 1 | -2/+0 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '11.0' into 10.1 | Oleksandr Byelkin | 2018-09-06 | 1 | -2/+0 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-16757 Memory leak after adding manually min/max statistical data | Sergey Vojtovich | 2018-09-05 | 1 | -2/+0 |
| | | | * | MDEV-16757 Memory leak after adding manually min/max statistical data | Igor Babaev | 2018-07-13 | 1 | -0/+2 |
| | * | | | MDEV-16773 - Assertion failed in tdc_remove_table | Sergey Vojtovich | 2018-09-10 | 1 | -3/+13 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-08-16 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-03 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-08-02 | 1 | -0/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-16757 Memory leak after adding manually min/max statistical data | Igor Babaev | 2018-07-15 | 1 | -0/+2 |
* | | | | | MDEV-16421 Make system tables crash safe | Michael Widenius | 2018-08-14 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Add checking of correct likely/unlikely | Michael Widenius | 2018-05-07 | 1 | -1/+1 |
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -4/+4 |
* | | | | MDEV-15149 Assert upon concurrent creating / querying sequences | Monty | 2018-03-29 | 1 | -0/+2 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -3/+3 |
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2018-02-04 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | Added name to MEM_ROOT for esier debugging | Monty | 2018-02-02 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -1/+1 |
* | | | | MDEV-11153 - Introduce status variables for table cache monitoring and tuning | Sergey Vojtovich | 2017-10-31 | 1 | -9/+26 |
* | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -12/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | In table cache code, fix casts from longlong to long for | Vladislav Vaintroub | 2017-09-29 | 1 | -9/+8 |
| * | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -2/+2 |
| * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -4/+4 |
* | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-28 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | MDEV-10315 - Online ALTER TABLE may get stuck in tdc_remove_table | Sergey Vojtovich | 2016-09-22 | 1 | -0/+2 |
* | | | MDEV-10296 - Multi-instance table cache | Sergey Vojtovich | 2016-09-16 | 1 | -1/+1 |
* | | | MDEV-10296 - Multi-instance table cache | Sergey Vojtovich | 2016-09-16 | 1 | -7/+10 |
* | | | MDEV-10296 - Multi-instance table cache | Sergey Vojtovich | 2016-09-16 | 1 | -5/+74 |
* | | | MDEV-10296 - Multi-instance table cache | Sergey Vojtovich | 2016-09-16 | 1 | -172/+130 |
* | | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -2/+2 |
* | | | Some trivial changes. | Nirbhay Choubey | 2016-06-10 | 1 | -3/+2 |
* | | | Code cleanups | Sergey Vojtovich | 2016-06-10 | 1 | -2/+60 |
* | | | Move wait_for_mdl_deadlock_detector() call to tc_remove_table() | Sergey Vojtovich | 2016-06-01 | 1 | -3/+2 |
* | | | Move table cache private functions out of header | Sergey Vojtovich | 2016-06-01 | 1 | -16/+141 |
* | | | Move common code to a separate function | Sergey Vojtovich | 2016-06-01 | 1 | -26/+28 |
* | | | Cleanup All_share_tables_list definition | Sergey Vojtovich | 2016-03-22 | 1 | -1/+1 |
* | | | MDEV-9488 - Table cache cleanups | Sergey Vojtovich | 2016-02-26 | 1 | -4/+5 |
* | | | MDEV-9488 - Table cache cleanups | Sergey Vojtovich | 2016-02-26 | 1 | -54/+0 |
|/ / | |||||
* | | Replaced lf-hash element_size hack with initializer function. | Sergey Vojtovich | 2015-03-04 | 1 | -3/+2 |
* | | MDEV-7437 remove suport for "atomics" with rwlocks | Sergei Golubchik | 2015-01-13 | 1 | -20/+2 |
* | | MDEV-7324 - Lock-free hash for table definition cache | Sergey Vojtovich | 2014-12-28 | 1 | -500/+444 |