summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+1
* | | 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
* | | 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.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
* | | MDEV-22616 CHECK TABLE fails with wsrep_trx_fragment_size > 0 (#1551)Daniele Sciascia2020-05-211-1/+3
* | | 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
* | | | | 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
* | | | | Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-171-1/+2
* | | | | 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
* | | | | 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
* | | | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
* | | | | MDEV-20707: Missing memory barrier in parallel replication error handler in w...Sujatha2019-11-141-11/+14
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-40/+64
|\ \ \ \ \ | |/ / / /
| * | | | read-only slave using statement replication should replicate tmp tablesMichael Widenius2019-10-211-0/+2
| * | | | Simplify TABLE::decide_logging_format()Monty2019-10-201-33/+35
| * | | | Fixes for binary logging --read-only modeMonty2019-10-201-9/+29
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-10-091-1/+0
| | |\ \ \ | | | |/ /
| | | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-071-1/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-08-141-6/+42
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-6/+42
| |\ \ \ \ | | |/ / /