summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28701 Update Server HELPIan Gilfillan2022-08-021-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2022-07-271-3/+4
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-3/+4
| |\
| | * MDEV-29074 GET_BIT variables crash in SET STATEMENTSergei Golubchik2022-07-261-0/+1
| | * table_count was present twice in one class of LEX.Oleksandr Byelkin2022-07-141-3/+3
* | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-17/+1
|\ \ \ | |/ /
| * | MDEV-28546 : Possible to write/update with read_only=ON and not a SUPER privi...Jan Lindström2022-05-171-17/+1
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+2
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-1/+3
| | |\
| | | * MDEV-19398: Assertion `item1->type() == Item::FIELD_ITEM ...Sergei Petrunia2022-05-041-0/+2
| * | | MDEV-26412 Server crash in Item_field::fix_outer_field for INSERT SELECTIgor Babaev2022-04-271-3/+1
* | | | Merge branch 10.4 into 10.5Daniel Black2022-04-211-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-26575 Crash on shutdown after starting an XA transactionDaniele Sciascia2022-04-201-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-5/+6
|\ \ \ \ | |/ / /
| * | | MDEV-23328 fixup: sign mismatch in format stringsMarko Mäkelä2022-04-061-5/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-3/+19
|\ \ \ \ | |/ / /
| * | | MDEV-28055: Galera ps-protocol fixesDaniele Sciascia2022-03-181-2/+1
| * | | MDEV-27649 PS conflict handling causing node crashsjaakola2022-03-181-1/+18
* | | | Merge 10.4 to 10.5Daniel Black2022-03-171-8/+10
|\ \ \ \ | |/ / /
| * | | Merge 10.3 to 10.4Daniel Black2022-03-161-8/+10
| |\ \ \ | | |/ /
| | * | Merge 10.2 to 10.3Daniel Black2022-03-161-8/+10
| | |\ \ | | | |/
| | | * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id (part 2)Daniel Black2022-03-161-1/+1
| | | * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread idDaniel Black2022-03-161-8/+10
| | | * MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
| | | * MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-011-2/+2
| | | * MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-1/+35
| | | * Revert MDEV-25114Marko Mäkelä2021-09-241-35/+1
| | | * MDEV-25114 Crash: WSREP: invalid state ROLLED_BACK (FATAL)sjaakola2021-09-241-1/+35
| | | * Bison 3.7 - fix "conversion from 'ptrdiff_t' to 'ulong', possible loss of data"Vladislav Vaintroub2021-09-111-2/+2
| | * | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
| | * | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-0/+34
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-11-021-1/+1
|\ \ \ \ | |/ / /
| * | | Fix mutex order according to a new sequence.Oleksandr Byelkin2021-11-021-1/+1
| * | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
| * | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-6/+41
| * | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-1/+2
* | | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-021-2/+4
* | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-7/+42
* | | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-261-2/+2
|\ \ \ \ | |/ / /
| * | | After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126Marko Mäkelä2021-08-251-2/+2
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-2/+2
| |\ \ \ | | |/ /
| * | | MDEV-26308 : Galera test failure on galera.galera_split_brainLeandro Pacheco2021-08-181-2/+2
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-3/+7
|\ \ \ \ | |/ / /
| * | | MDEV-25740 Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == S...mkaruza2021-07-281-0/+5
| * | | cleanup: move thread_count to THD_count::value()Sergei Golubchik2021-07-241-5/+3
* | | | MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong valuesOleksandr Byelkin2021-07-151-1/+1
* | | | followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-3/+3
|\ \ \ \ | |/ / /