summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A better fix for bug #56405 "Deadlock in the MDL deadlockDmitry Lenev2010-09-296-150/+185
* Followup to Bug#46165 server crash in dbugJon Olav Hauglid2010-09-294-119/+119
* Bug #46165 server crash in dbugJon Olav Hauglid2010-09-283-2/+127
* Bug #56678 Valgrind warnings from binlog.binlog_unsafeJon Olav Hauglid2010-09-243-13/+21
* Bug #54920 Stored functions are allowed in HANDLER statements,Jon Olav Hauglid2010-09-244-3/+63
* Merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-09-2410-84/+72
|\
| * Merging into mysql-5.5-bugfixing.Mats Kindahl2010-09-233-2/+24
| * Merging into mysql-5.5-bugfixing.Mats Kindahl2010-09-211-1/+1
| * Auto-merged.Evgeny Potemkin2010-09-2134-169/+307
| |\
| | * Bug#50557 checksum table crashes server when used in performance_schemaMarc Alff2010-09-171-0/+12
| | * local mergeMarc Alff2010-09-173-7/+15
| | |\
| | | * merge mysql-5.5-bugfixing (local) --> mysql-5.5-bugfixingAlfranio Correia2010-09-173-7/+15
| | | |\
| | | | * BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-09-063-7/+15
| | | | |\
| | | | | * BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-08-042-6/+9
| | * | | | Bug#56832 perfschema.server_init test output not consistentMarc Alff2010-09-162-74/+20
| | |/ / /
* | | | | Followup to Bug #56422 CHECK TABLE run when the table is lockedJon Olav Hauglid2010-09-231-1/+1
* | | | | Bug #56494 Segfault in upgrade_shared_lock_to_exclusive() forJon Olav Hauglid2010-09-2210-63/+295
* | | | | Merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-09-1612-34/+190
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug#56761 Segfault on CHECKSUM TABLE performance_schema.EVENTS_WAITS_HISTORY ...Marc Alff2010-09-154-8/+112
| * | | | Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug o...Olav Sandstaa2010-09-154-13/+20
| * | | | Local mergeMarc Alff2010-09-1433-138/+349
| |\ \ \ \
| | * | | | Bug#53102 perfschema.pfs_upgrade fails when executed direct after mysql_upgradeMarc Alff2010-09-131-1/+1
| | * | | | Header files should be self-containedTor Didriksen2010-09-101-1/+1
| | * | | | Bug#56521 Assertion failed: (m_state == 2), function allocated_to_free, pfs_l...Marc Alff2010-09-091-0/+12
| * | | | | Bug#56324 Race Condition while shutting down MySQL: "PSI_server"Marc Alff2010-09-092-12/+45
* | | | | | Fix for merge.test failures in mysql-5.5-runtimeDmitry Lenev2010-09-164-76/+77
* | | | | | Bug #56595 RENAME TABLE causes assert on OS XJon Olav Hauglid2010-09-166-4/+28
* | | | | | Fix for bug #56251 "Deadlock with INSERT DELAYED and MERGEDmitry Lenev2010-09-155-12/+170
* | | | | | Bug #56448 Assertion failed: ! is_set() with second xa endJon Olav Hauglid2010-09-133-2/+32
* | | | | | Merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-09-1034-158/+354
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | local mergeMarc Alff2010-09-0921-112/+302
| |\ \ \ \ \
| | * | | | | fix typo in previous patchTor Didriksen2010-09-091-0/+1
| | * | | | | Fix compiler warnings about unused parameters:Vasil Dimov2010-09-091-7/+13
| | * | | | | Fix a compiler warning in my_gethwaddr.c:67:Vasil Dimov2010-09-091-1/+1
| | * | | | | Bug#53251: mysql_library_init fails on second execution with embedded libraryDavi Arnaut2010-09-091-0/+3
| | | |/ / / | | |/| | |
| | * | | | Auto-merged.Evgeny Potemkin2010-09-0986-358/+1374
| | |\ \ \ \
| | | * \ \ \ merging.Alexey Botchkov2010-09-086-5/+11
| | | |\ \ \ \
| | | | * | | | Bug#53251 mysql_library_init fails on second execution with embedded lib...Alexey Botchkov2010-09-026-5/+11
| | | * | | | | merging.Alexey Botchkov2010-09-081-47/+131
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Bug#54861 Additional connections not handled properly in mtr --embeddedAlexey Botchkov2010-09-011-47/+131
| | | * | | | | Bug #55966: "plugin" tests fail in 5.5Mats Kindahl2010-09-063-21/+18
| | | | |_|/ / | | | |/| | |
| | * | | | | Bug#56271: Wrong comparison result with STR_TO_DATE functionEvgeny Potemkin2010-09-079-31/+124
| * | | | | | Bug#56528 Increased server footprint with MTRMarc Alff2010-09-0813-46/+52
| | |/ / / / | |/| | | |
* | | | | | Fix for bug #55273 "FLUSH TABLE tm WITH READ LOCK for MergeDmitry Lenev2010-09-096-21/+117
* | | | | | Bug #56292 Deadlock with ALTER TABLE and MERGE tablesJon Olav Hauglid2010-09-085-4/+104
* | | | | | Merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-09-0378-285/+1214
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Small fixes in CMake: Vladislav Vaintroub2010-09-032-5/+8
| | |_|/ / | |/| | |
| * | | | Bug#55873 short startup options do not work in 5.5Marc Alff2010-09-011-1/+1
| * | | | merging.Alexey Botchkov2010-09-011-14/+10
| |\ \ \ \
| | * | | | Bug#54906 Inconsistent license of libmysqldAlexey Botchkov2010-09-011-14/+10
| | |/ / /