summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed the following problem:Igor Babaev2016-07-261-0/+2
* Simplified the code that fills recursive tables.Igor Babaev2016-06-251-1/+1
* 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
| * MDEV-9780: Window functions: interplay between window function and other cons...Sergei Petrunia2016-04-101-0/+2
| * Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-12/+69
| |\
| * | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+6
| * | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-0/+20
| * | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-3/+10
* | | Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-7/+5
* | | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-1/+1
* | | Main patch for mdev-9864Galina Shalygina2016-05-091-0/+13
* | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-3/+39
| |/ |/|
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \
| * \ Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| |\ \
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-3/+38
|\ \ \ \
| * | | | Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-1/+3
| * | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-2/+35
| | |_|/ | |/| |
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-8/+30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-02-241-2/+14
| |\ \
| | * \ Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-2/+14
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-2/+14
| | | |\
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-2/+7
| | | | |\
| | | | | * Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-191-1/+6
| | | | | * Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD"Gleb Shchepa2014-06-231-3/+2
| | | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | | * Bug#16753869:INCORRECT TRUNCATION OF LONG SET EXPRESSION INSujatha Sivakumar2013-06-241-0/+7
| | | | | * Merge from 5.1 to 5.5Chaithra Gopalareddy2013-04-141-2/+4
| | | | | |\
| | | | | | * Bug#16347426:ASSERTION FAILED: (SELECT_INSERT &&Chaithra Gopalareddy2013-04-141-2/+3
| | | | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | | | | * Applying patch for Bug#67177 Bug#15967374 from KentHery Ramilison2013-01-081-1/+5
| | | | | * | Bug#16359402 CRASH WITH AGGREGATES: ASSERTION FAILED: N < M_SIZETor Didriksen2013-03-141-1/+2
| | | | | * | merge bug11754117-45670 fixes from 5.1: fixing comments in sql_lex.h.Andrei Elkin2012-04-211-1/+2
| | | | | * | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-0/+5
| | | | | |\ \ | | | | | | |/
| | | | | | * Backport 5.5=>5.1 Patch for Bug#13805127: Tor Didriksen2012-04-181-2/+14
| | | | | * | BUG#11765650 - 58637: MARK UPDATES THAT DEPEND ON ORDER OF TWO KEYS UNSAFERohit Kalhans2012-03-301-0/+6
| | | | | * | Patch for Bug#13805127: Stored program cache produces wrong result in same THD.Tor Didriksen2012-03-291-2/+14
| | | | | * | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | * | BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFERohit Kalhans2012-02-091-0/+15
| | | | | * | Backout the patch for bug#11758263.Rohit Kalhans2012-02-081-15/+0
| | | | | * | BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFERohit Kalhans2012-02-081-0/+15
| | | | | * | bug#13437900Andrei Elkin2011-12-141-1/+1
| | | | | * | Bug#13437900 - VALGRIND REPORTS A LEAK FOR REPL_IGNORE_SERVER_IDSAndrei Elkin2011-12-141-0/+1
| | | | | * | reverting the initial patch for bug#13437900 for refinement.Andrei Elkin2011-11-291-7/+0
| | | | | * | Bug#13437900 - VALGRIND REPORTS A LEAK FOR REPL_IGNORE_SERVER_IDSAndrei Elkin2011-11-291-0/+7
| | | | | * | BUG#11758262 - 50439: MARK INSERT...SEL...ON DUP KEY UPD,REPLACE...SEL,CREATE...Rohit Kalhans2011-09-291-0/+42
| | | | | * | 5.1 -> 5.5 mergeSergey Glukhov2011-08-021-0/+10
| | | | | |\ \ | | | | | | |/
| | | | | | * Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN...Sergey Glukhov2011-08-021-0/+10