summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-10/+2
* | | | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-1/+2
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-2/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-241-1/+1
| | | * | | MDEV-19658 UBSAN: runtime error: load of value 2779096485, which is not a val...Eugene Kosov2020-03-231-1/+2
* | | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-44/+47
* | | | | | merge 10.4 to 10.5Monty2020-03-181-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-171-1/+2
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-161-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-03-131-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix GCC 10 -Wclass-memaccessMarko Mäkelä2020-03-131-1/+1
* | | | | | Fix various spelling errorsOtto Kekäläinen2020-03-161-1/+1
* | | | | | Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-141-10/+3
|\ \ \ \ \ \
| * | | | | | Extended debug_sync_control life timeSergey Vojtovich2020-03-131-10/+3
* | | | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-5/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Improved speed of optimizer traceMonty2020-03-091-5/+0
| * | | | | MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-131-0/+1
* | | | | | fix perfschema for pool-of-threadsSergei Golubchik2020-03-101-1/+0
* | | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-23/+20
* | | | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-1/+1
* | | | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-11/+2
* | | | | | perfschema thread instrumentation related changesSergei Golubchik2020-03-101-0/+8
* | | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-15/+24
* | | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-7/+8
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
* | | | | | Galera GTID supportmkaruza2020-01-291-2/+2