summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.1-release.Michael Widenius2010-12-061-1/+18
|\
| * 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
* | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-1/+1
|/ / /
* | | merge with 5.1Sergei Golubchik2010-10-251-4/+42
|\ \ \ | |/ /
| * | 5.1.51 mergeSergei Golubchik2010-10-191-4/+42
| |\ \ | | |/
| | * Bug #53034: Multiple-table DELETE statements not acceptingGleb Shchepa2010-08-311-1/+17
| | * WL#5370 Keep forward-compatibility when changingunknown2010-08-181-3/+25
* | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable...Michael Widenius2010-09-231-2/+0
* | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-16/+11
|\ \ \ | |/ /
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-16/+11
| |\ \ | | |/
| | * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-16/+11
| | * Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-1/+1
| | |\
* | | \ merge 5.1->5.2Sergei Golubchik2010-06-011-3/+3
|\ \ \ \ | |/ / /
| * | | Automerge MariaDB 5.1.44b release.unknown2010-05-101-1/+1
| |\ \ \
| * \ \ \ Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-3/+3
| | * | | Revert of a change introduced by Bug#47974Magne Mahre2010-02-231-1/+1
| | * | | Bug#47974 'TYPE=storage_engine' is deprecated and will be Magne Mahre2010-02-091-1/+1
* | | | | WL#43: initialize lex->option_list for foreign keysSergei Golubchik2010-05-281-0/+1
* | | | | mergedSergei Golubchik2010-05-151-1/+1
|\ \ \ \ \
| * \ \ \ \ Automerge MariaDB 5.1.44b into trunk.unknown2010-05-111-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...unknown2010-05-091-1/+1
* | | | | small changes to WL#43:Sergei Golubchik2010-04-301-3/+4
* | | | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-10/+96
* | | | | Merge with 5.1Michael Widenius2010-04-011-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed compiler warnings and sporadic failures in test casesMichael Widenius2010-03-281-1/+1
| |/ / /
* | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-1/+21
* | | | mergedSergei Golubchik2010-03-151-74/+127
|\ \ \ \ | |/ / /
| * | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-74/+127
| |\ \ \ | | |/ /
| | * | Revert a patch for Bug#48231, which introduced valgrind warnings.Alexander Nozdrin2010-02-021-29/+7
| | * | Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;unknown2010-01-301-7/+29
| | * | WL#5154 Remove deprecated 4.1 featuresMagne Mahre2010-01-211-1/+1
| | * | AutomergeAlexey Kopytov2009-12-131-1/+1
| | |\ \
| | | * | Bug #42849: innodb crash with varying time_zone on partitioned Alexey Kopytov2009-12-131-1/+1
| | * | | merge of bug #49250 to 5.1-bugteamGeorgi Kodinov2009-12-111-72/+125
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug #49250 : spatial btree index corruption and crashGeorgi Kodinov2009-12-101-41/+65
* | | | | merge 5.1->5.2unknown2010-02-011-118/+202
|\ \ \ \ \ | |/ / / /
| * | | | Merge MySQL 5.1.42 and XtraDB 9 into MariaDB trunk, after fixing test failures.unknown2010-01-171-100/+197
| |\ \ \ \
| | * \ \ \ Merge with MySQL 5.1.42Michael Widenius2010-01-151-100/+197
| | |\ \ \ \ | | | |/ / /
| | | * | | Automerge.Davi Arnaut2009-11-251-12/+33
| | | |\ \ \
| | | | * \ \ mergeKristofer Pettersson2009-11-201-12/+25
| | | | |\ \ \
| | | | | * | | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-12/+25
| | | | * | | | BUG#47995: Mark system functions as unsafeSven Sandberg2009-11-181-0/+8
| | | * | | | | Bug#47627 SET @@{global.session}.local_variable in stored routine causes crashDavi Arnaut2009-11-121-88/+164
| | | |/ / / /
| * | | | | | Fixed that we use same flags when testing for assembler as by makefiles.Michael Widenius2010-01-151-18/+5
| |/ / / / /
* | | | | | merge 5.1-> 5.2unknown2009-12-081-13/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-13/+12
| |\ \ \ \ \ | | |/ / / /