Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dead code | Sergei Golubchik | 2020-06-09 | 1 | -3/+1 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-06-05 | 1 | -6/+7 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-06-05 | 1 | -4/+4 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-06-05 | 1 | -4/+4 |
| | |\ | |||||
| | | * | MDEV-22339 - Assertion `str_length < len' failed | Sergey Vojtovich | 2020-06-04 | 1 | -4/+4 |
* | | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait forever | Kentoku SHIBA | 2020-06-05 | 1 | -1/+3 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-31 | 1 | -17/+60 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-26 | 1 | -17/+60 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-25 | 1 | -17/+60 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed deadlock with LOCK TABLES and ALTER TABLE | Monty | 2020-05-23 | 1 | -17/+60 |
* | | | | Aria will now register it's transactions | Monty | 2020-05-23 | 1 | -41/+18 |
* | | | | Change THD->transaction to a pointer to enable multiple transactions | Monty | 2020-05-23 | 1 | -5/+5 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-18 | 1 | -16/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-18 | 1 | -16/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2020-05-16 | 1 | -16/+10 |
| | |\ \ | | | |/ | |||||
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2020-05-16 | 1 | -14/+8 |
| | | |\ | |||||
| | | | * | MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual... | Alexander Barkov | 2020-05-15 | 1 | -4/+2 |
* | | | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2020-05-09 | 1 | -0/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2020-05-09 | 1 | -0/+9 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.2' into 10.3mariadb-10.3.23 | Sergei Golubchik | 2020-05-09 | 1 | -0/+9 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.1' into 10.2mariadb-10.2.32 | Oleksandr Byelkin | 2020-05-08 | 1 | -0/+9 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-22180 Planner opens unnecessary tables when updated table is referenced ... | Sergei Golubchik | 2020-05-08 | 1 | -0/+9 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-04-27 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-27 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-04-27 | 1 | -2/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate | Marko Mäkelä | 2020-04-27 | 1 | -2/+2 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-04-25 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate | Jan Lindström | 2020-04-24 | 1 | -1/+1 |
* | | | | | Added support for more functions when using partitioned S3 tables | Monty | 2020-04-19 | 1 | -1/+2 |
* | | | | | Don't try to open temporary tables if there are no temporary tables. | Monty | 2020-04-19 | 1 | -7/+8 |
* | | | | | Handle errors from external_unlock & mysql_unlock_tables | Monty | 2020-04-19 | 1 | -11/+15 |
* | | | | | cleanup: remove unnecessary malloc | Sergei Golubchik | 2020-04-11 | 1 | -12/+7 |
* | | | | | cleanup: don't repeat common code | Sergei Golubchik | 2020-04-11 | 1 | -49/+41 |
* | | | | | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS | Aleksey Midenkov | 2020-04-04 | 1 | -1/+1 |
* | | | | | Yet less TDC hash lookups | Sergey Vojtovich | 2020-04-03 | 1 | -3/+1 |
* | | | | | Split tdc_remove_table() | Sergey Vojtovich | 2020-04-03 | 1 | -10/+6 |
* | | | | | Fixed close_cached_connection_tables() flushing | Sergey Vojtovich | 2020-04-03 | 1 | -87/+0 |
* | | | | | Cleanup close_all_tables_for_name() | Sergey Vojtovich | 2020-04-03 | 1 | -8/+3 |
* | | | | | Clean up and speed up interfaces for binary row logging | Monty | 2020-03-24 | 1 | -19/+51 |
* | | | | | Improve update handler (long unique keys on blobs) | Monty | 2020-03-24 | 1 | -5/+2 |
* | | | | | handler::rebind() | Sergey Vojtovich | 2020-03-24 | 1 | -1/+7 |
* | | | | | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -3/+0 |
* | | | | | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -1/+1 |
* | | | | | perfschema mdl related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -11/+11 |
* | | | | | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -5/+6 |
* | | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) | Oleksandr Byelkin | 2020-03-10 | 1 | -2/+2 |
* | | | | | MDEV-21702 Add a data type for privileges | Alexander Barkov | 2020-02-11 | 1 | -4/+4 |
* | | | | | Removed tc_purge() and purge_tables() argument | Sergey Vojtovich | 2019-11-25 | 1 | -8/+4 |
* | | | | | Removed kill_delayed_threads_for_table() | Sergey Vojtovich | 2019-11-25 | 1 | -15/+9 |