summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Use larger buffer when reading binary and relay logsMonty2020-07-231-1/+3
* replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-5/+2
* optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-041-0/+1
* MDEV-22925 ALTER TABLE s3_table ENGINE=Aria can cause failure on slaveMonty2020-06-191-1/+4
* Cleanup's and more DBUG_PRINT'sMonty2020-06-191-1/+2
* MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-1/+4
* Merge 10.4 into 10.5Marko Mäkelä2020-06-141-2/+2
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-131-2/+2
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-131-2/+2
| | |\
| | | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-2/+2
| | | |\
| | | | * MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
* | | | | Aria will now register it's transactionsMonty2020-05-231-8/+27
* | | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-27/+27
* | | | | Merge branch '10.4' into 10.5Sujatha2020-05-201-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| | |\ \ \ | | | |/ /
| | | * | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| | | |\ \ | | | | |/
| | | | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-4/+5
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-4/+5
| | | |\ \ | | | | |/
| | | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-4/+5
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-6/+0
| | |\ \ \ | | | |/ /
| | | * | MDEV-22021: Galera database could get inconsistent with rollback to savepointmkaruza2020-03-311-6/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-4/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-081-11/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22021: Galera database could get inconsistent with rollback to savepointDaniele Sciascia2020-03-311-11/+7
* | | | | Speed up writing to encrypted binlogsMonty2020-03-241-1/+6
* | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-42/+137
* | | | | Added support for replication for S3Monty2020-03-241-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-16/+15
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21675: Data inconsistency after multirow insert rollback (#1474)Daniele Sciascia2020-03-211-16/+15
* | | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-141-41/+223
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-2/+1
* | | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-7/+7
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-5/+4
* | | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-7/+7
* | | | | perfschema file instrumentation related changesSergei Golubchik2020-03-101-4/+5
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-11/+17
* | | | | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-1/+2
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-121-20/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-20/+14
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-01-311-20/+14
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-01-311-18/+12
| | | |\ \ | | | | |/
| | | | * MDEV-20923:UBSAN: member access within address … which does not point to an...Sujatha2020-01-291-16/+11
| | | | * imporve clang buildEugene Kosov2019-06-251-4/+3
* | | | | Galera GTID supportmkaruza2020-01-291-84/+43
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-201-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-201-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Sergei Petrunia2020-01-171-1/+2
| | |\ \ \ | | | |/ /