summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* mergin 5.1 -> rep+2 -> rep+3. create_table_from_dump issue will be merged on ...Andrei Elkin2009-11-301-113/+13
|\
| * merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20...Andrei Elkin2009-11-301-3/+2
| |\
| | * 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
| | |/ /
| * | | manual merge: mysql-5.1-rep+2 (bug tree) --> mysql-5.1-rep+2 (latest)Luis Soares2009-11-131-110/+11
| |\ \ \
| | * | | BUG#48048: Deprecated constructs need removal in BetonyLuis Soares2009-11-041-110/+11
* | | | | merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade...Andrei Elkin2009-11-101-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | merging 5.1 main -> rpl+2. Some manual work required mostly due to bug46640Andrei Elkin2009-11-061-10/+10
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Bug#43746: YACC return wrong query string when parse 'load data infile' sql s...Tatiana A. Nurnberg2009-09-281-9/+3
| | * | Bug#46259: 5.0.83 -> 5.1.36, query doesn't workMartin Hansson2009-09-071-1/+7
* | | | Manual merge 5.1-rep+2 to 5.1-rep+3He Zhenxing2009-10-181-3/+76
|\ \ \ \ | |/ / /
| * | | merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixesAndrei Elkin2009-10-011-0/+7
| |\ \ \
| | * | | BUG#28777, WL#4293: SHOW BINLOG EVENTS does not work on relay logLuis Soares2009-09-291-0/+7
| | |/ /
| * | | backporting bug@27808 fixesAndrei Elkin2009-10-011-0/+23
| * | | WL#342 heartbeatAndrei Elkin2009-09-291-3/+46
| |/ /
* | | merged fixes for BUG#39934 to 5.1-rpl+3Sven Sandberg2009-09-301-6/+18
|\ \ \ | |/ / |/| |
| * | post-push fixes for BUG#39934Sven Sandberg2009-08-191-2/+2
| * | BUG#39934: Slave stops for engine that only support row-based loggingSven Sandberg2009-07-221-7/+10
| * | Merged fix for BUG#39934 up a few revisions.Sven Sandberg2009-07-141-3/+12
| |\ \
| | * | BUG#39934: Slave stops for engine that only support row-based loggingSven Sandberg2009-07-141-3/+12
* | | | Bug #44331 Restore of database with events produces warning in replicationunknown2009-08-291-3/+4
* | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-08-271-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#46184 Crash, SELECT ... FROM derived table procedure analyzeSergey Glukhov2009-08-271-1/+2
| * | | Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-11/+12
* | | | mergeMattias Jonsson2009-08-121-8/+0
|\ \ \ \
| * | | | A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL Konstantin Osipov2009-08-121-8/+0
* | | | | mergeMattias Jonsson2009-08-121-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#39893: Crash if select on a partitioned table, when partitioning is disabledMattias Jonsson2009-01-081-2/+2
* | | | | Bug# 30946: mysqldump silently ignores --default-character-setGleb Shchepa2009-07-311-0/+2
* | | | | Bug#46354, when defining partitions without subpartition definition after def...Mikael Ronstrom2009-07-291-0/+21
* | | | | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-15/+0
* | | | | automergeGeorgi Kodinov2009-07-161-0/+6
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Bug #45287: phase 1 : 32 bit compilation warningsGeorgi Kodinov2009-07-151-0/+6
* | | | Bug #41156: List of derived tables acts like a chain ofGleb Shchepa2009-07-111-0/+5
| | | |
| \ \ \
*-. \ \ \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-3/+3
|\ \ \ \ \ | | |/ / / | | | | / | |_|_|/ |/| | |
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-3/+3
| * | | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-3/+3
| |/ /
* | | Manual merge.Alexey Kopytov2009-06-011-5/+6
|\ \ \ | |/ /
| * | Bug #44767: invalid memory reads in password() and Alexey Kopytov2009-05-271-5/+6
| * | Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-0/+94
| |\ \
| | * \ Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-0/+5
| | |\ \
| | * \ \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-371/+1469
| | |\ \ \
| | * \ \ \ Merge from mysql-5.0.66-releaseJonathan Perkin2008-07-171-45/+48
| | |\ \ \ \
| | * \ \ \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-27/+26
| | |\ \ \ \ \