summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch '10.2' into 10.2-mdev9197Igor Babaev2016-09-041-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-0/+1
* | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+188
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+188
* | | | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-21/+19
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-13/+16
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-13/+16
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-13/+16
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-141-13/+16
| * | | | | revert second lookahead in the lexerSergei Golubchik2016-06-301-69/+4
| * | | | | Use default character set for expressionsMichael Widenius2016-06-301-1/+1
| * | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-10/+71
| * | | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-2/+1
* | | | | | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-2/+23
* | | | | | Fixed the following problem:Igor Babaev2016-07-261-0/+14
* | | | | | Merge branch '10.2' into 10.2-mdev986410.2-test1234Galina Shalygina2016-05-251-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-231-2/+0
| | |_|_|/ | |/| | |
| * | | | Fixed bug mdev-9937.Igor Babaev2016-04-201-0/+1
| * | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-81/+317
| |\ \ \ \
| * | | | | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+1
| * | | | | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-0/+9
| * | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-14/+25
* | | | | | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-0/+3
* | | | | | Main patch for mdev-9864Galina Shalygina2016-05-091-0/+1
* | | | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-14/+36
| |/ / / / |/| | | |
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-20/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-20/+12
| * | | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-1/+1
* | | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-0/+41
|\ \ \ \ \