summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-2/+17
* MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-1/+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
|\
| * 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
| | | | | | | * Merge from mysql-5.1.58-releaseKaren Langford2011-07-061-11/+17
| | | | | | | |\
| | | | | | * | | BUG#11809016 - NO WAY TO DISCOVER AN INSTANCE IS NO LONGER A SLAVE FOLLOWING ...Alfranio Correia2011-07-181-0/+5
| | | | | | * | | Merge from mysql-5.5.14-releasehery.ramilison@oracle.com2011-07-061-11/+17
| | | | | | |\ \ \
| | | | | | | * \ \ merge 5.1 => 5.5 : Bug#12329653Tor Didriksen2011-05-051-11/+17
| | | | | | | |\ \ \ | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | merge 5.0 => 5.1 : Bug#12329653Tor Didriksen2011-05-041-11/+17
| | | | | | | | |\ \
| | | | | | | | | * | Bug#12329653 - EXPLAIN, UNION, PREPARED STATEMENT, CRASH, SQL_FULL_GROUP_BYTor Didriksen2011-05-041-10/+16
| | | | | | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | | | | |\ \ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | / | | | | | | | | |_|/ | | | | | | | |/| |
| | | | | | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | | | | |\ \ \ | | | | | | | | |/ / | | | | | | | |/| |