summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+4
* MDEV-9609 : wsrep_debug only logs DDL information on originating nodeJan Lindström2021-05-151-1/+2
* Merge 10.5 into 10.6Marko Mäkelä2021-04-221-3/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-04-221-3/+1
| |\
| | * MDEV-25362 after-merge fix: Remove unnecessary codeMarko Mäkelä2021-04-221-3/+1
* | | cleanup: Select_limit_counters rename set_unlimited to clearVicențiu Ciorbaru2021-04-211-2/+2
* | | cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-6/+5
* | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-1/+3
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5st-10.5Marko Mäkelä2021-04-211-2/+1
| |\ \ | | |/
| | * MDEV-25362 after-merge fix: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-04-211-2/+1
| * | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-1/+4
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-04-211-1/+4
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-04-211-1/+3
| | | |\
| | | | * MDEV-25362 Incorrect name resolution for subqueries in ON expressionsprot-10.2Igor Babaev2021-04-171-1/+3
* | | | | MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* | | | | MDEV-17339 JSON_TABLE.Alexey Botchkov2021-04-211-12/+9
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-0/+4
* | | | | MDEV-25141 JSON_TABLE: SELECT into outfile bypasses file privilege check.Alexey Botchkov2021-04-211-4/+3
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-2/+10
* | | | | Cleanup: fake_select_lex->select_number=FAKE_SELECT_LEX_ID, not [U]INT_MAXSergei Petrunia2021-04-171-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-4/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-4/+10
| |\ \ \ \ | | |/ / /
| | * | | MDEV-25197: The statement set password=password('') executed in PS mode fails...bb-10.4-MDEV-25197-3Dmitry Shulga2021-04-131-2/+7
| | * | | Fixed assert in WSREP if one started with --wsrep_provider=.. --wsrep_on=OFFMonty2021-04-121-2/+3
* | | | | MDEV-24966 fixup: cmake -DWITH_WSREP=OFFMarko Mäkelä2021-04-141-1/+7
* | | | | MDEV-24966 Galera multi-master regressionsjaakola2021-04-131-1/+2
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-4/+8
* | | | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-4/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-191-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-191-1/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-191-1/+7
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-181-9/+15
| | | |\ \ | | | | |/
| | | | * MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...Jan Lindström2021-03-181-8/+12
| | | | * MDEV-25002 ON expressions cannot contain outer referencesIgor Babaev2021-03-091-0/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-181-9/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-181-9/+13
| |\ \ \ \ | | |/ / /
| | * | | MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...bb-10.4-MDEV-24916Jan Lindström2021-03-161-9/+13
* | | | | MDEV-9077 - sys schema preparationVladislav Vaintroub2021-03-181-2/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-051-121/+147
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-121/+147
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-122/+148
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-031-122/+148
| | | |\ \ | | | | |/
| | | | * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-251-120/+147
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-37/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-37/+15
| |\ \ \ \ | | |/ / /
| | * | | remove find_thread_with_thd_data_lock_callbackSergei Golubchik2021-02-121-22/+5
| | * | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-2/+2
| | * | | don't take mutexes conditionallySergei Golubchik2021-02-121-12/+4
| | * | | cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-121-11/+13
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+1
| | |\ \ \ | | | |/ /