summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-12-021-2/+2
|\
| * MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
| * Merge 10.3 into 10.4Marko Mäkelä2020-12-011-1/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-12-011-1/+1
| | |\
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+2
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-1/+2
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+1
* | | | Trivial fixups, no code changesMonty2020-10-211-5/+5
* | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-0/+32
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-2/+26
|\ \ \ \ | |/ / /
| * | | Added asssert to init_of_queries() to make it more safeMonty2020-09-251-0/+1
| * | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-3/+27
| * | | Backported setting of transcation.on=1 in THD::reset_for_reuse()Monty2020-09-251-0/+1
* | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-0/+55
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-3/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-3/+1
| |\ \ \ | | |/ /
| | * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-3/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+0
| | |\ \ | | | |/
| | | * fix assertionNikita Malyavin2020-07-221-1/+0
| | | * fix c++98 buildNikita Malyavin2020-07-211-2/+2
| | | * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-2/+2
| * | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-2/+5
| * | | MDEV-21910 Deadlock between BF abort and manual KILL commandsjaakola2020-06-261-0/+10
* | | | thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-231-2/+7
* | | | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-221-0/+10
* | | | MDEV-23154 Add a data type my_repertoire_tAlexander Barkov2020-07-131-1/+2
* | | | fix compilation with gcc-10Eugene Kosov2020-07-091-1/+2
* | | | Added THD::binlog_table_should_be_logged() to simplify some codeMonty2020-06-191-5/+17
* | | | Cleanup's and more DBUG_PRINT'sMonty2020-06-191-1/+1
* | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550Oleksandr Byelkin2020-06-121-0/+2
* | | | MDEV-21282 Assertion 'mariadb_table' failed in gcol.innodb_virtual_debug_purgeThirunarayanan Balathandayuthapani2020-06-051-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-22616 CHECK TABLE fails with wsrep_trx_fragment_size > 0 (#1551)Daniele Sciascia2020-05-211-1/+3
* | | | Update galera to work with independent sub transactionsMonty2020-05-231-0/+3
* | | | Aria will now register it's transactionsMonty2020-05-231-1/+89
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-25/+27
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-131-4/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-131-4/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-131-4/+14
| | |\ \ | | | |/
| | | * MDEV-22529 thd_query_safe() isn’t, causing InnoDB to hangMarko Mäkelä2020-05-121-4/+14
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-0/+5
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-0/+5
| | | |\
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-0/+2
| | | | |\
| | | | | * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-301-0/+2