summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Fixed the bug mdev-13796.Igor Babaev2017-10-111-1/+26
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-11/+11
* | | | MDEV-13351: Server crashes in st_select_lex::set_explain_type upon UNION with...bb-10.2-mdev13352Sergei Petrunia2017-07-211-3/+9
* | | | fix the comparison in st_select_lex::setup_ref_array()Sergei Golubchik2017-07-051-11/+1
* | | | Fixed the bug mdev-12845.Igor Babaev2017-06-221-7/+10
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+4
| | |\ \
| | | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+4
| | * | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-0/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fixed the bug mdev-7599.Igor Babaev2017-05-151-0/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+4
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+4
| * | | Fix some warnings on Windows compilationVladislav Vaintroub2017-03-241-1/+1
* | | | MDEV-12390 Wrong error line numbers reported with sql_mode=IGNORE_SPACEAlexander Barkov2017-03-291-1/+4
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-0/+6
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+6
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+6
| | | |\ \ | | | | |/
| | | | * MDEV-10148: Database crashes in the query to the ViewSergei Petrunia2016-12-191-0/+6
* | | | | Unused code removed.Oleksandr Byelkin2017-02-101-0/+2
* | | | | MDEV-10554: Assertion `!derived->first_select()->exclude_from_table_unique_te...Oleksandr Byelkin2017-02-101-0/+2
|/ / / /
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-01-101-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+3
| |\ \ \ | | |/ /
| | * | MDEV-9084 Calling a stored function from a nested select from temporary table...Dmitry Lenev2017-01-061-0/+3
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-3/+19
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-3/+19
| | |\ \ | | | |/
| | | * MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-061-2/+18
| | | * MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-281-1/+1
* | | | bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-121-1/+0
* | | | bugfix: table->get_fields_in_item_tree=trueSergei Golubchik2016-12-121-1/+0
* | | | bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-121-0/+9
* | | | cleanup: remove now-unused TABLE::merge_keysSergei Golubchik2016-12-121-1/+0
* | | | Removing LEX::interval_list, as it's not used since parser cleanups10.2-MDEV9069Alexander Barkov2016-10-271-1/+0
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+3
* | | | Another attempt to fix bug mdev-10785 + cleanup for the previous attempt.Igor Babaev2016-09-141-0/+1
* | | | Fixed bug mdev-10785.Igor Babaev2016-09-141-0/+1
* | | | Merge branch '10.2' into bb-10.2-mdev9864Igor Babaev2016-09-071-9/+1
|\ \ \ \
| * | | | MDEV-10729: Server crashes in st_select_lex::set_explain_typeSergei Petrunia2016-09-071-1/+1
| * | | | MDEV-8909 union parser cleanupAlexander Barkov2016-09-071-8/+0