summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11853: semisync thread can be killed after sync binlog but before ACK in...Brandon Nesterenko2022-04-221-1/+2
* MDEV-27649 PS conflict handling causing node crashsjaakola2022-03-181-0/+1
* Merge 10.3 to 10.4Daniel Black2022-03-161-0/+52
|\
| * Merge branch 10.2 into 10.3Alexander Barkov2022-03-161-0/+52
| |\
| | * MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-141-1/+68
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-111-1/+11
|\ \ \ | |/ /
| * | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-101-0/+9
| * | MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENTAndrei2022-03-101-1/+2
* | | WSREP: Fix GCC 12.0.1 -WuninitializedMarko Mäkelä2022-02-231-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-291-3/+25
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-291-3/+24
| |\ \ | | |/
| | * MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong re...bb-10.2-barAlexander Barkov2021-11-201-2/+23
| | * MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong re...Alexander Barkov2021-11-201-1/+1
| | * MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-9/+13
| | * Revert MDEV-25114Marko Mäkelä2021-09-241-12/+12
| | * MDEV-25114 Crash: WSREP: invalid state ROLLED_BACK (FATAL)sjaakola2021-09-241-12/+12
| * | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-9/+18
| * | Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-231-2/+2
* | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-6/+24
* | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-7/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-2/+2
|\ \ \ | |/ /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-2/+2
| |\ \ | | |/
| | * follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-121-2/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-0/+54
| |\ \ | | |/
| | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-0/+54
* | | MDEV-23080: desync and pause node on BACKUP STAGE BLOCK_DDLLeandro Pacheco2021-07-271-0/+1
* | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-0/+56
* | | MDEV-23542 Server crashes in thd_clear_errors()Oleksandr Byelkin2021-05-051-12/+4
* | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-1/+1
|\ \ \ | |/ /
| * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+1
| |\ \ | | |/
| | * MDEV-16962 Assertion failed in open_purge_table upon concurrent ALTER/FLUSHNikita Malyavin2021-04-271-1/+1
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-2/+4
| |\ \ | | |/
| | * MDEV-24872 : galera.galera_insert_multi MTR failed: crash with SIGABRTJan Lindström2021-02-171-2/+4
* | | Fix all warnings given by UBSANMonty2021-04-201-1/+1
* | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-4/+7
* | | don't take mutexes conditionallySergei Golubchik2021-02-121-1/+1
* | | cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-121-18/+13
* | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-44/+29
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-31/+20
| |\ \ | | |/
| | * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-181-1/+11
| | * MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-111-0/+3
| | * Revert "MDEV-23536 : Race condition between KILL and transaction commit"Sergei Golubchik2021-01-111-31/+7
* | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-25/+48
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-12/+36
| |\ \ | | |/
| | * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-081-7/+31
| | * MDEV-23875 is failing to build on windows.Rucha Deodhar2021-01-041-1/+1
| | * MDEV-23875: select into outfile not respect UMASK and UMASK_DIRRucha Deodhar2020-12-311-3/+3
* | | 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
|\ \ \ | |/ /