summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-06-181-0/+5
|\
| * MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-0/+5
* | MDEV-16424 replace cmake/bison.cmake with cmake's builtin FindBison moduleVladislav Vaintroub2018-06-081-3/+3
* | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-1/+1
* | MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-0/+11
* | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-1/+17
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+16
| |\
| | * MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-1/+16
| * | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-0/+1
* | | Addressing Monty's review suggestions for MDEV-11952 Oracle-style packages (p...Alexander Barkov2018-05-211-7/+7
* | | A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980Alexander Barkov2018-05-211-1/+1
* | | MDEV-15975 PL/SQL parser does not understand historical queriesAlexander Barkov2018-05-181-0/+18
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-0/+5
|\ \ \ | |/ /
| * | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-0/+5
* | | MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-1/+2
* | | Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-25/+33
* | | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-101-16/+4
* | | Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-091-60/+84
* | | Fixing tabs to spaces in sql_lex.cc and sql_lex.h (and coding style slightly)Alexander Barkov2018-05-081-24/+24
* | | MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-061-2/+2
* | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-33/+178
* | | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-1/+1
* | | MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j...Sergei Golubchik2018-04-101-1/+1
* | | dead code - related to vtmdSergei Golubchik2018-04-101-12/+0
* | | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-301-0/+3
* | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-1/+1
* | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-23/+16
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-13/+16
|\ \ \
| * \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-131-13/+16
| |\ \ \ | | |/ /
| | * | MDEV-15328: MariaDB 10.2.13 Crashes upon CALL PROCEDURE PARAM LAST_INSERT_ID ()Oleksandr Byelkin2018-03-121-13/+16
| * | | MDEV-11952 Oracle-style packages: stage#5Alexander Barkov2018-02-271-7/+40
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-7/+40
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-4/+13
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-4/+13
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-4/+10
| | |\ \ | | | |/
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+2
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-3/+3
| | | | |\
| | | | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-2/+2
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | | |\
| | | | | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-1/+3
| | | * | | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-2/+8
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-12/+11
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-4/+4
* | | | | | | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-301-0/+2
* | | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-0/+1
|\ \ \ \ \ \ \
| * | | | | | | MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-221-0/+1
* | | | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix typos in some commentsTakuro Ashie2017-12-181-1/+1
* | | | | | | | MDEV-14686 Server crashes in Item_field::used_tables on 2nd call of SP [fixes...Aleksey Midenkov2017-12-211-2/+0
* | | | | | | | SQL: inner/outer system_time consistency [fixes #384]Aleksey Midenkov2017-12-141-1/+0