summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.52Michael Widenius2010-11-2320-116/+386
|\
| * merge of 5.1-bugteam into 5.1-securityGeorgi Kodinov2010-10-0619-110/+369
| |\
| | * merged mysql-5.1 into mysql-5.1-bugteamGeorgi Kodinov2010-10-058-13/+60
| | |\
| | * \ Automerge.Alexey Kopytov2010-10-018-29/+77
| | |\ \
| | | * \ mergeMattias Jonsson2010-10-011-7/+11
| | | |\ \
| | | | * | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-09-301-7/+11
| | | * | | mergeMattias Jonsson2010-10-014-2/+33
| | | |\ \ \
| | | | * | | Bug#51851: Server with SBR locks mutex twice onMattias Jonsson2010-10-014-2/+33
| | | * | | | Bug #53296: LONG BLOB value types are not recognizedGeorgi Kodinov2010-08-161-1/+1
| | | * | | | Follow-up for Bug#42503: fix a compilation warning.Dmitry Shulga2010-09-241-0/+2
| | | * | | | Fixed bug#56821 - failure to start the MySQL Service.Dmitry Shulga2010-09-221-16/+30
| | | * | | | Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-09-211-3/+0
| | | |\ \ \ \
| | | | * | | | Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-04-261-3/+0
| | * | | | | | Bug #56709: Memory leaks at running the 5.1 test suiteAlexey Kopytov2010-09-223-10/+7
| | |/ / / / /
| | * | | | | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-09-171-2/+6
| | |\ \ \ \ \
| | | * | | | | BUG#55961 Savepoint Identifier should be enclosed with backticksAlfranio Correia2010-09-021-2/+6
| | | | |/ / / | | | |/| | |
| | * | | | | Bug#50402 Optimizer producing wrong results when using Index Merge on InnoDB Sergey Glukhov2010-09-161-3/+8
| | * | | | | Bug #54606 innodb fast alter table + pack_keys=0 prevents Magne Mahre2010-09-161-0/+1
| | * | | | | Fixed bug#42503 - "Lost connection" errors when usingDmitry Shulga2010-09-162-6/+65
| | * | | | | mergeMattias Jonsson2010-09-131-0/+9
| | |\ \ \ \ \
| | | * | | | | Bug #50394: Regression in EXPLAIN with index scan, LIMIT, GROUP BY andMartin Hansson2010-09-131-0/+9
| | * | | | | | mergeMattias Jonsson2010-09-133-16/+65
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | mergeMattias Jonsson2010-09-102-15/+56
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | * | | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-09-072-12/+30
| | | | * | | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-08-102-3/+26
| | | * | | | | mergeMattias Jonsson2010-09-101-1/+9
| | | |\ \ \ \ \
| | | | * | | | | Bug#53806: Wrong estimates for range query in partitioned MyISAM tableMattias Jonsson2010-08-261-1/+9
| | * | | | | | | Bug #55779: select does not work properly in mysql serverGleb Shchepa2010-09-131-2/+4
| | |/ / / / / /
| | * | | | | | Addendum patch for bug #54190.Alexey Kopytov2010-09-091-1/+4
| | * | | | | | Automerge.Alexey Kopytov2010-09-092-1/+11
| | |\ \ \ \ \ \
| | | * | | | | | Bug #54190: Comparison to row subquery produces incorrectAlexey Kopytov2010-09-092-1/+11
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Bug#51070: Query with a NOT IN subquery predicate returns a wrong result setMartin Hansson2010-09-072-32/+95
| | * | | | | | Fixed bug #55421 - Protocol::end_statement(): Assertion `0' onDmitry Shulga2010-09-071-0/+9
| | * | | | | | Bug#54543: update ignore with incorrect subquery leads to assertion failure:Martin Hansson2010-09-071-10/+8
| | * | | | | | Bug#39932 "create table fails if column for FK is in differentMagne Mahre2010-09-011-1/+3
| | |/ / / / /
| * | | | | | Bug#54488 crash when using explain and prepared statements with subqueriesSergey Glukhov2010-10-011-11/+15
| * | | | | | Bug#54494 crash with explain extended and prepared statementsSergey Glukhov2010-09-231-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | MWL#74: Shared libmysqld.so library.unknown2010-11-174-7/+8
* | | | | | MBug#643463: Slow XtraDB shutdown: Fix more sleeps delaying shutdown.unknown2010-11-091-2/+3
* | | | | | Fixed mess in the types.unknown2010-11-161-3/+3
* | | | | | Fixed bug discovered by testcase for LP#618558 (original bug seams to be fixe...Michael Widenius2010-11-152-2/+2
* | | | | | Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-073-2/+8
* | | | | | MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge threadunknown2010-11-034-1/+16
* | | | | | Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-1/+0
* | | | | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-0210-73/+170
* | | | | | Show the number of warm keycache blocks in SHOW STATUSSergei Golubchik2010-10-201-0/+1
* | | | | | better fix for MySQL bugsSergei Golubchik2010-10-204-49/+34
* | | | | | fixed a bad mergeSergei Golubchik2010-10-191-8/+0
* | | | | | 5.1.51 mergeSergei Golubchik2010-10-1925-194/+430
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for bug#56679: gis.test: valgrind errorRamil Kalimullin2010-09-091-4/+6