summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-438 Microseconds: Precision is ignored in CURRENT_TIMESTAMP(N) when it i...Sergei Golubchik2012-08-291-4/+4
* 5.2 merge.Sergei Golubchik2012-08-221-1/+17
|\
| * 5.1 mergeSergei Golubchik2012-08-221-1/+17
| |\
| | * merge with MySQL 5.1.65Sergei Golubchik2012-08-221-1/+17
| | |\
| | | * minor update to make MSVS happyGleb Shchepa2012-06-291-1/+1
| | | * Backport of the deprecation warning from WL#6219: "Deprecate and remove YEAR(...Gleb Shchepa2012-06-291-1/+17
* | | | Merge BUG#1010351 from 5.1 to 5.2Sergey Petrunya2012-06-101-0/+1
|\ \ \ \ | |/ / /
| * | | BUG#1010351: New "via" keyword in 5.2+ can't be used as identifier anymoreSergey Petrunya2012-06-101-0/+1
* | | | mergeSergei Golubchik2012-04-051-3/+9
|\ \ \ \ | |/ / /
| * | | mergeSergei Golubchik2012-04-051-3/+9
| |\ \ \ | | |/ /
| | * | mysql-5.1.62 mergeSergei Golubchik2012-04-051-3/+9
| | |\ \ | | | |/
| | | * Backport from mysql-trunk of:Jon Olav Hauglid2012-01-091-3/+9
* | | | Merge with 5.2.Michael Widenius2011-12-111-4/+24
|\ \ \ \ | |/ / /
| * | | Merge with MariaDB 5.1Michael Widenius2011-11-241-4/+24
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.60Michael Widenius2011-11-231-0/+15
| | |\ \ | | | |/
| | | * Merge from mysql-5.1.59-releaseunknown2011-09-151-0/+15
| | | |\
| | | | * weave merge of mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-07-071-2/+4
| | | | |\
| | | | * \ auto-merge of mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-06-161-0/+3
| | | | |\ \
| | | | * | | Fixed bug#11840395 (formerly known as bug#60347: THE STRING "VERSIONDATA"Dmitry Shulga2011-06-091-0/+15
| | * | | | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-4/+9
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Bug#11758414/Bug#50614: Default storage_engine not honored when set from with...Tatjana Azundris Nuernberg2011-07-121-2/+2
| | | | |_|/ | | | |/| |
| | | * | | Updated/added copyright headersKent Boortz2011-07-031-1/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fixed bug#11764334 (formerly bug#57156): ALTER EVENT CHANGESDmitry Shulga2011-06-101-0/+3
| | | | |/
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\ \ | | | | |/ | | | |/|
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | Allow one to block an account by using GRANT max_user_connections = -1Michael Widenius2011-09-261-2/+8
* | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-9/+35
* | | | | Merge from 5.2unknown2011-07-211-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.1->5.2unknown2011-07-211-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Fix of LP BUG#777809unknown2011-07-211-3/+3
* | | | | Port of code for: (part of testcase is in mysql-test/t/subquery*.test and wil...Sergey Petrunya2011-07-111-1/+1
* | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-3/+3
|\ \ \ \ \
| * \ \ \ \ MergeIgor Babaev2011-05-201-3/+3
| |\ \ \ \ \
| | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-3/+3
| | |\ \ \ \ \
| | | * \ \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-3/+3
| | | |\ \ \ \ \
| | | | * | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-3/+3
* | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-54/+47
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-50/+33
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-2/+196
| |/ / / / / / |/| | | | | |
* | | | | | | Added ALTER ONLINE TABLE, which will give an error if the change can't be don...Michael Widenius2011-04-281-1/+22
* | | | | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-2/+9
| |_|_|/ / / |/| | | | |
* | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Applied patch for lp:585688 "maridb crashes in federatedx code" from lp:~atcu...Michael Widenius2011-02-101-0/+6
* | | | | | Merge with alias as StringMichael Widenius2011-02-281-1/+1
|\ \ \ \ \ \
| * | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-1/+1
* | | | | | | merge with 5.1Michael Widenius2010-11-301-1/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Fixed compiler and gmake warningsMichael Widenius2010-11-291-1/+12
| * | | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bug#36742 - GRANT hostname case handling inconsistent.Dmitry Shulga2010-10-131-0/+6
* | | | | | merge with 5.1Sergei Golubchik2010-10-251-4/+42
|\ \ \ \ \ \ | |/ / / / /