summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 to 10.6Marko Mäkelä2021-08-191-2/+3
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-08-181-2/+3
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-08-181-2/+3
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-08-181-2/+3
| | | |\
| | | | * MDEV-26350: select_lex->ref_pointer_array.size() % 5 == 0Daniel Black2021-08-181-2/+3
| | | * | MDEV-25484 Crash when parsing query using derived table containing TVCIgor Babaev2021-07-231-1/+8
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-0/+20
| |\ \ \ \ | | |/ / /
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-021-5/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-5/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-5/+8
| | |\ \ \ | | | |/ /
* | | | | Replace item->marker= # with Item->marker= DEFINEMonty2021-05-261-33/+33
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-3/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-1/+4
| | | |\ \ | | | | |/
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-0/+3
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-2/+7
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-2/+7
* | | | | MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-05-191-0/+1
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-6/+7
* | | | | MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-05-191-0/+20
* | | | | Make LEX::can_not_use_merged more generalMonty2021-05-191-3/+13
* | | | | Reduce usage of strlen()Monty2021-05-191-1/+2
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+1
* | | | | Optimize size of lex structuresMonty2021-05-191-48/+77
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-35/+39
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-35/+39
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-35/+39
| | |\ \ \ | | | |/ /
| | | * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-23/+33
| | | |\ \ | | | | |/
| | | | * Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYSergei Golubchik2021-04-271-22/+12
| | | | * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-0/+21
| | | * | MDEV-25501 routine_definition in information_schema.routines loses tablename ...Sergei Golubchik2021-04-281-12/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-261-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-251-0/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-251-0/+21
| | |\ \ \ | | | |/ /
| | | * | This commit adds the same call of st_select_lex::set_unique_exclude() thatIgor Babaev2021-04-241-0/+21
* | | | | MDEV-25430: ROW | ROWS should be a required keyword after OFFSET startVicențiu Ciorbaru2021-04-211-0/+1
* | | | | MDEV-23908: Implement SELECT ... OFFSET ... FETCH ...Vicențiu Ciorbaru2021-04-211-6/+27
* | | | | cleanup: Select_limit_counters rename set_unlimited to clearVicențiu Ciorbaru2021-04-211-1/+1
* | | | | cleanup: remove table_options and corresponding accessor functionVicențiu Ciorbaru2021-04-211-7/+0
* | | | | cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-23/+23
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-211-1/+1
| | |\ \ \ | | | |/ /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-0/+1
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-1/+1
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-1/+24
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-3/+7
|\ \ \ \ \ | |/ / / /