summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-5/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-3/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-3/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fixed the bug MDEV-14755 Crash when executing prepared statementIgor Babaev2017-12-271-3/+1
| * | | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-2/+4
* | | | | | | | MDEV-14686 Server crashes in Item_field::used_tables on 2nd call of SP [fixes...Aleksey Midenkov2017-12-211-2/+0
* | | | | | | | SQL: uninitialized read [#387]Eugene Kosov2017-12-141-0/+2
* | | | | | | | SQL: inner/outer system_time consistency [fixes #384]Aleksey Midenkov2017-12-141-1/+0
* | | | | | | | SQL: VIEW system fields propagation removed [fixes #393]Aleksey Midenkov2017-12-131-1/+1
* | | | | | | | SQL: recursive CTE inner derived vers_conditions [fix #385]Aleksey Midenkov2017-12-131-1/+0
* | | | | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-2/+42
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+42
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-0/+5
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-0/+5
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-0/+5
| | | | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+0
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+0
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+3
| | * | | | | | MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULTAlexander Barkov2017-11-161-2/+32
| | * | | | | | MDEV-12846 sql_mode=ORACLE: using Oracle-style placeholders in direct query e...Alexander Barkov2017-11-151-0/+5