summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27306: SET STATEMENT optimizer_trace=1 Doesn't save the tracebb-10.6-mdev27306Sergei Petrunia2021-12-191-6/+5
* Merge 10.5 into 10.6Marko Mäkelä2021-08-261-2/+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.5' into 10.6Oleksandr Byelkin2021-08-021-3/+7
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Sergei Golubchik2021-07-021-2/+0
* | | | MDEV-16708: Fixed the failed test main.set_statementDmitry Shulga2021-06-171-1/+12
* | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-1/+2
* | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-2/+2
* | | | cleanup: formattingSergei Golubchik2021-06-111-4/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-2/+2
|\ \ \ \ | |/ / /
| * | | followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-2/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-8/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-3/+3
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-05-241-7/+8
| | | |\
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-7/+9
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-7/+8
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-7/+8
* | | | | Fixed assert in WSREP if one started with --wsrep_provider=..Monty2021-05-191-1/+1
* | | | | Replace find_temporary_table() with is_temporary_table()Monty2021-05-191-1/+1
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+3
* | | | | 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
| |\ \ \ \ | | |/ / /