summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | 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-0/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-041-0/+8
| * | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-0/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-0/+7
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-0/+7
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-0/+7
| | * | | | | | MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULTAlexander Barkov2017-11-161-0/+3
* | | | | | | | SQL: vers_setup_select() misc refactoringAleksey Midenkov2017-12-081-2/+6
* | | | | | | | SQL: derived SYSTEM_TIME clash detection [closes #371]Aleksey Midenkov2017-12-081-0/+4
* | | | | | | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Less dependencies in include filesMichael Widenius2017-11-231-0/+1
| * | | | | | | Handle failures from mallocMichael Widenius2017-11-171-1/+1
* | | | | | | | System Versioning pre1.0Aleksey Midenkov2017-11-131-5/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed compilation failuresMonty2017-11-021-2/+2
| * | | | | | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-3/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Mistakes corrected.Galina Shalygina2017-10-281-0/+1
| | * | | | | | | Post review changes for the optimization of IN predicates into IN subqueries.Galina Shalygina2017-09-021-1/+1
| | * | | | | | | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-291-2/+18
| | * | | | | | | New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-291-1/+3
* | | | | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-1/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SQL, Parser: system_time logic and syntax fixes [closes #237]Aleksey Midenkov2017-08-081-2/+3
| * | | | | | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+12
| * | | | | | | | SQL: derived tables improvements [closes #185]Aleksey Midenkov2017-05-051-0/+1
| * | | | | | | | SQL: CREATE VIEW and misc improvements [fixes #183]Aleksey Midenkov2017-05-051-1/+2