Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-07-02 | 1 | -29/+10 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-07-02 | 1 | -28/+10 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-02 | 1 | -27/+9 |
| | |\ | |||||
| | | * | MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERROR | Marko Mäkelä | 2021-07-02 | 1 | -27/+9 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-12-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-12-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-12-01 | 1 | -1/+6 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_delete | Monty | 2020-11-30 | 1 | -1/+6 |
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-15 | 1 | -0/+6 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22021: Galera database could get inconsistent with rollback to savepoint | mkaruza | 2020-03-31 | 1 | -0/+6 |
* | | | | Fixed bug in trans_check() where on error we gave wrong return value | Monty | 2020-06-14 | 1 | -2/+12 |
* | | | | Aria will now register it's transactions | Monty | 2020-05-23 | 1 | -7/+6 |
* | | | | Change THD->transaction to a pointer to enable multiple transactions | Monty | 2020-05-23 | 1 | -24/+24 |
* | | | | Handle errors from external_unlock & mysql_unlock_tables | Monty | 2020-04-19 | 1 | -1/+2 |
* | | | | Clean up and speed up interfaces for binary row logging | Monty | 2020-03-24 | 1 | -2/+4 |
* | | | | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -1/+1 |
* | | | | cleanup: pass trxid by value | Sergei Golubchik | 2020-03-10 | 1 | -1/+1 |
* | | | | perfschema transaction instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -1/+38 |
* | | | | perfschema - various collateral cleanups and small changes | Sergei Golubchik | 2020-03-10 | 1 | -7/+1 |
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-05 | 1 | -26/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Allocate Transaction_state_tracker statically | Sergey Vojtovich | 2019-05-03 | 1 | -26/+11 |
* | | | | | Move XID_state::xa_state handing inside xa.cc | Sergey Vojtovich | 2019-04-25 | 1 | -3/+2 |
* | | | | | Just move, no code changes otherwise. | Sergey Vojtovich | 2019-04-25 | 1 | -329/+3 |
* | | | | | Galera4 | Brave Galera Crew | 2019-01-23 | 1 | -35/+19 |
* | | | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace. | Sergey Vojtovich | 2018-12-09 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac... | Aleksey Midenkov | 2018-05-12 | 1 | -0/+1 |
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1/+1 |
* | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -10/+2 |
|\ \ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -10/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -10/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -10/+2 |
| | | |\ \ | |||||
| | | | * \ | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -10/+2 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINT | Alexander Barkov | 2018-01-15 | 1 | -10/+2 |
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
* | | | | | | MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta... | Andrei Elkin | 2017-12-18 | 1 | -6/+6 |
* | | | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisync | Andrei Elkin | 2017-12-18 | 1 | -7/+0 |
* | | | | | | MDEV-13073 This part merges the Ali semisync related changes | Andrei Elkin | 2017-12-18 | 1 | -1/+27 |
* | | | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-07-07 | 1 | -16/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-07-05 | 1 | -16/+13 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle... | Kristian Nielsen | 2017-07-03 | 1 | -16/+13 |
* | | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Fixed embedded server. | Oleksandr Byelkin | 2016-09-08 | 1 | -4/+5 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -8/+86 |
|/ / / |