summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix of LP BUG#777809unknown2011-07-211-3/+3
* | | Applied patch for lp:585688 "maridb crashes in federatedx code" from lp:~atcu...Michael Widenius2011-02-101-0/+6
* | | 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
* | | 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
* | | 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
| |\ \ | | |/
* | | Automerge MariaDB 5.1.44b release.unknown2010-05-101-1/+1
|\ \ \
| * | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...unknown2010-05-091-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
* | | | Fixed compiler warnings and sporadic failures in test casesMichael Widenius2010-03-281-1/+1
| |/ / |/| |
* | | 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 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 with MySQL 5.1, with following additions:unknown2009-11-161-13/+12
|\ \ \ \ \ | |/ / / /
| * | | | mergeGeorgi Kodinov2009-10-301-2/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #48293: crash with procedure analyse, view with > 10 columns,Georgi Kodinov2009-10-301-2/+1
| | * | | Bug#34895 'show procedure status' or 'show function status' +Kristofer Pettersson2009-09-301-4/+0
| | * | | Bug#42108 Wrong locking for UPDATE with subqueries leads to broken statementKristofer Pettersson2009-09-291-1/+1
| * | | | Revert the fix for bug #47627 as it's causing the regression tests in pb2 toGeorgi Kodinov2009-10-231-47/+14
| | |/ / | |/| |
| * | | automergeKristofer Pettersson2009-10-201-14/+47
| |\ \ \
| | * | | Bug#47627 SET @@{global.session}.local_variable in stored routine causes crashKristofer Pettersson2009-10-191-14/+47
| * | | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+1
| |/ / /
| * | | Bug#43746: YACC return wrong query string when parse 'load data infile' sql s...Tatiana A. Nurnberg2009-09-281-9/+3