summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.50Michael Widenius2010-08-2751-320/+736
|\
| * auto-merge mysql-5.1-security (local) --> mysql-5.1-securityAlfranio Correia2010-08-033-1/+26
| |\
| | * BUG#55625 RBR breaks on failing 'CREATE TABLE'Alfranio Correia2010-08-023-1/+26
| * | merge mysql-5.1-bugteam into mysql-5.1-securityGeorgi Kodinov2010-08-0216-45/+105
| |\ \
| | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-301-3/+0
| | * | Automerge mysql-5.1-bugteam into mysql-5.1-bugteam latest.Luis Soares2010-07-301-8/+0
| | |\ \
| | | * | Revert patch for BUG#34283. Causing lots of test failures in PB2,Luis Soares2010-07-301-8/+0
| | * | | Bug #55188: GROUP BY, GROUP_CONCAT and TEXT - inconsistent resultsGeorgi Kodinov2010-07-302-2/+5
| | |/ /
| | * | Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite runDavi Arnaut2010-07-301-2/+2
| | * | Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains l...unknown2010-07-301-0/+8
| | |/
| | * BUG#49124 Security issue with /*!-versioned */ SQL statements on Slaveunknown2010-07-297-17/+42
| | * merged BUG#55322 to 5.1-bugteamSven Sandberg2010-07-261-0/+5
| | |\
| | | * BUG#55322: SHOW BINLOG EVENTS increases @@SESSION.MAX_ALLOWED_PACKETSven Sandberg2010-07-201-0/+5
| | * | Merge 5.1-bugteam -> 5.1-bug-42496Dmitry Shulga2010-07-2343-391/+641
| | |\ \
| | | * \ Mergeunknown2010-07-221-2/+13
| | | |\ \
| | | * | | Bug#49542 - Do as the comment suggests and downgrade directory errors from fi...unknown2010-07-221-5/+5
| | * | | | Fixed bug #42496 - the server could crash on a debug assert after a failureDmitry Shulga2010-07-214-8/+24
| | * | | | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-292-11/+25
| * | | | | Bug #54461: crash with longblob and union or update with subqueryGleb Shchepa2010-08-011-0/+2
| * | | | | Bug #54476: crash when group_concat and 'with rollup' inAlexey Kopytov2010-07-232-2/+18
| * | | | | mergeGeorgi Kodinov2010-07-2143-384/+625
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Addendum #4 to bug #53095Georgi Kodinov2010-07-211-2/+13
| | | |/ / | | |/| |
| | * | | Automerge.Alexey Kopytov2010-07-211-1/+1
| | |\ \ \
| | | * | | Bug#55061: Build failing on sol 8 x86 - assembler code vs Alexey Kopytov2010-07-121-1/+1
| | * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-2016-90/+73
| | * | | | Bug#54453: Failing assertion: trx->active_trans when renaming aDavi Arnaut2010-07-201-0/+8
| | * | | | Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-195-25/+32
| | * | | | Bug #53814: NUMERIC_PRECISION for unsigned bigint field is 19, Georgi Kodinov2010-06-231-1/+4
| | * | | | Manual merge.Alexey Kopytov2010-07-151-1/+1
| | |\ \ \ \
| | | * | | | Backport of the fix for bug#25421 to 5.0.Alexey Kopytov2010-07-151-0/+3
| | * | | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-141-2/+0
| | * | | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-143-37/+38
| | * | | | | Bug #51876: crash/memory underrun when loading data with ucs2Georgi Kodinov2010-07-142-24/+37
| | * | | | | Bug #53493 : add_to_status does not handle the longlong fields in STATUS_VARGeorgi Kodinov2010-07-142-7/+16
| | | |/ / / | | |/| | |
| | * | | | mergeMattias Jonsson2010-07-092-10/+14
| | |\ \ \ \
| | | * | | | Bug#52517: Regression in ROW level replication performance with partitionsMattias Jonsson2010-07-092-10/+14
| | * | | | | mergeMattias Jonsson2010-07-092-0/+61
| | |\ \ \ \ \
| | | * | | | | Bug#52455: Subpar INSERT ON DUPLICATE KEY UPDATE performance with many partit...Mattias Jonsson2010-07-092-0/+61
| | * | | | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-0910-73/+58
| | * | | | | | Bug#54416 MAX from JOIN with HAVING returning NULL with 5.1 and Empty setSergey Glukhov2010-07-091-1/+1
| | |/ / / / /
| | * | | | | Postfix bug#48321unknown2010-07-081-3/+17
| | * | | | | Addendum to the fix for bug #53095 (failing information_schema.test on windows)Georgi Kodinov2010-07-071-1/+5
| | * | | | | Bug #53095: SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS Georgi Kodinov2010-06-251-9/+28
| | * | | | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-046-9/+139
| | * | | | | Fix somewhat bogus GCC warning. Although needless as the baseDavi Arnaut2010-07-031-1/+1
| | * | | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-0216-91/+82
| * | | | | | Bug #54117 crash in thr_multi_unlock, temporary tableJon Olav Hauglid2010-07-071-0/+5
| |/ / / / /
* | | | | | Fix of LP#616253 Crash in _ma_bitmap_set_full_page_bits on Aria recoveryMichael Widenius2010-08-241-0/+5
* | | | | | Fix for LP#612894 Some aggregate functions (such as MIN MAX) work incorrectly...Michael Widenius2010-08-236-16/+87
* | | | | | Added verbose mode to recoveryMichael Widenius2010-08-182-5/+8