summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-271-0/+1
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-3/+1
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-3/+1
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+14
|\ \ | |/
| * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+13
* | Merge branch 10.4 into 10.5Jan Lindström2023-01-141-2/+1
|\ \ | |/
| * 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-141-2/+0
| * 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-131-2/+3
* | Merge branch '10.4' into 10.5mariadb-10.5.18Oleksandr Byelkin2022-11-021-1/+3
|\ \ | |/
| * MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0...Sergei Golubchik2022-11-011-1/+3
* | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-0/+2
|\ \ | |/
| * Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-0/+2
| |\
| | * compilation errorSergei Golubchik2022-10-011-1/+1
| | * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-0/+2
* | | correctness assertSergei Golubchik2022-09-291-0/+1
* | | MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query fr...Sergei Golubchik2022-09-291-0/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-1/+1
|\ \ \ | |/ /
| * | MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-231-1/+1
* | | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+1
|\ \ \ | |/ /
| * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-221-24/+56
|\ \ \ | |/ /
| * | MDEV-27101 Subquery using the ALL keyword on TIMESTAMP columns produces a wro...Alexander Barkov2022-08-221-24/+56
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-1/+1
| |\ \ | | |/
| | * fix DBUG_ENTER awake_no_mutexhaomi1232022-07-221-1/+1
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-42/+69
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-41/+67
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-28/+65
| | |\
| | | * MDEV-28310 Missing binlog data for INSERT .. ON DUPLICATE KEY UPDATEAndrei2022-05-061-27/+64
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-13/+2
| | |\ \ | | | |/
| | | * MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concur...Alexander Barkov2022-04-211-7/+2
| * | | MDEV-11853: semisync thread can be killed after sync binlog but before ACK in...Brandon Nesterenko2022-04-221-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-27649 PS conflict handling causing node crashsjaakola2022-03-181-0/+1
* | | | Merge 10.4 to 10.5Daniel Black2022-03-171-0/+52
|\ \ \ \ | |/ / /
| * | | 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.4 into 10.5Marko Mäkelä2022-03-111-1/+11
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-02-231-2/+2
|\ \ \ \ | |/ / /
| * | | WSREP: Fix GCC 12.0.1 -WuninitializedMarko Mäkelä2022-02-231-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-291-3/+25
|\ \ \ \ | |/ / /
| * | | 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