summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+10
|\
| * MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-0/+1
* | MDEV-17017 Explain for query using derived table specified withIgor Babaev2018-08-271-3/+3
* | A cleanup for 84c55a5668db582aa92dd2ccf076fbb783894b12 (that implemented curs...Alexander Barkov2018-06-251-2/+2
* | MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-201-0/+20
* | Merge 10.2 into 10.3Marko Mäkelä2018-06-181-0/+1
|\ \ | |/
| * MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-0/+1
* | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-18/+6
* | MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-0/+25
* | MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replicationMonty2018-05-221-0/+2
* | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-3/+4
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-2/+3
| |\
| | * MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-2/+3
| * | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-0/+1
* | | A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980Alexander Barkov2018-05-211-1/+1
* | | MDEV-15975 PL/SQL parser does not understand historical queriesAlexander Barkov2018-05-181-0/+169
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-1/+7
|\ \ \ | |/ /
| * | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-1/+7
* | | MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-161-3/+6
* | | Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-28/+15
* | | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-101-17/+17
* | | Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-091-222/+216
* | | Fixing tabs to spaces in sql_lex.cc and sql_lex.h (and coding style slightly)Alexander Barkov2018-05-081-160/+160
* | | Add likely/unlikely to speed up executionMonty2018-05-071-193/+224
* | | MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-061-5/+8
* | | Added version of lex_string_eq that compares with const char *Monty2018-04-301-2/+2
* | | Cleanup for MDEV-16020 (fixing compilation failure on Windows)Alexander Barkov2018-04-281-1/+1
* | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-255/+451
* | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-3/+3
|\ \ \ | |/ /
| * | register keyword c++17 warningEugene Kosov2018-04-241-3/+3
* | | dead code - related to vtmdSergei Golubchik2018-04-101-14/+0
* | | Cleanup in the system variable parsing codeAlexander Barkov2018-04-031-0/+6
* | | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-301-0/+2
* | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-2/+2
* | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-2/+2
* | | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-291-0/+61
* | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-134/+82
* | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-33/+286
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+4
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+3
| | |\ \ | | | |/
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | | |\
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | | |\
| | | | | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-2/+3
| | | * | | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-0/+2
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-11/+12
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-2/+2
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-15/+11