summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19540: 10.4 allow lock options with SELECT in brackets which previous ve...bb-10.4-MDEV-19540Oleksandr Byelkin2019-05-211-1/+7
* MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-211-0/+6
* MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-211-0/+16
* Removing of dead code.mariadb-10.4.5Oleksandr Byelkin2019-05-201-32/+0
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-3/+29
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-0/+16
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Adieu find_sys_var_ex()Sergey Vojtovich2019-05-031-3/+2
* | | | | MDEV-19363 Assertion `select_lex' failed in LEX::pop_selectIgor Babaev2019-05-011-3/+5
* | | | | MDEV-19324 Wrong results from query, using brackets with ORDER BY ..LIMITIgor Babaev2019-04-261-2/+11
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-251-1/+19
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-211-1/+19
* | | | | MDEV-19164 Assertion `fixed' failed in Item_func_inet_aton::val_intIgor Babaev2019-04-171-3/+3
* | | | | MDEV-19142 sql_mode=MSSQL: Bracket identifiersAlexander Barkov2019-04-151-3/+6
* | | | | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-041-0/+1
* | | | | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-041-271/+290
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | remove dead codeEugene Kosov2019-03-221-1/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-14/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-14/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-13/+0
| | |\ \ \ | | | |/ /
| | | * | pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-121-13/+0
* | | | | MDEV-18701: Wrong result from query that uses INTERSECT after UNION ALLOleksandr Byelkin2019-03-111-12/+7
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-13/+78
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-0/+16
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-14/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-12/+20
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-11/+19
| | |\ \ \ | | | |/ /
| | | * | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-0/+14
| | | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-11/+5
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-11/+5
| | | | |\ \ | | | | | |/
| | | | | * MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-281-3/+4
| | | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-8/+1
| * | | | | MDEV-18700 EXPLAIN EXTENDED shows a wrong operation for queryIgor Babaev2019-02-221-2/+2
* | | | | | MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sq...Alexander Barkov2019-03-041-5/+44
* | | | | | MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-03-031-1/+48
* | | | | | MDEV-18789 Port "MDEV-7773 Aggregate stored functions" to sql_yacc_ora.yyAlexander Barkov2019-03-011-0/+9
* | | | | | MDEV-18767 Port "MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN ...Alexander Barkov2019-02-281-0/+47
* | | | | | MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-211-0/+14
* | | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | dirty mergeOleksandr Byelkin2019-02-071-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-241-1/+2
* | | | | | MDEV-7486: Condition pushdown from HAVING into WHEREIgor Babaev2019-02-191-35/+19
* | | | | | MDEV-7486: Cosmetic changesIgor Babaev2019-02-181-69/+35