summaryrefslogtreecommitdiff
path: root/libmysqld
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #50667: The InnoDB plugin prevents initializationRamil Kalimullin2010-07-161-1/+2
* Post-merge fix for bug 41728: revert fix that was pushed in mistake to 5.1 an...Davi Arnaut2009-11-241-1/+0
* Automerge.Davi Arnaut2009-11-021-0/+1
|\
| * Bug#41728: Dropped symbol but no soname changeDavi Arnaut2009-09-291-0/+1
* | Bug #47795 CMake, storage engine name different from directory nameMagnus BlÄudd2009-10-081-2/+11
* | auto-mergeIngo Struewing2009-10-021-0/+3
|\ \
| * \ mergingAlexey Botchkov2009-09-295-69/+41
| |\ \
| * | | Bug#43733 Select on processlist let the embedded server crash (concurren...Alexey Botchkov2009-06-041-0/+3
* | | | auto-mergeIngo Struewing2009-10-012-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | WL#4259 - Debug Sync FacilityIngo Struewing2009-09-292-0/+2
* | | | mergeGeorgi Kodinov2009-09-251-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA)Georgi Kodinov2009-09-111-0/+1
* | | Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-111-53/+6
|\ \ \
| * | | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-53/+6
| | |/ | |/|
* | | Auto-mergeIgnacio Galarza2009-07-311-1/+1
|\ \ \ | | |/ | |/|
| * | Bug#17270 - mysql client tool could not find ../share/charsets folder and fails.Ignacio Galarza2009-07-311-1/+1
| * | Merge chunk from trunk.Chad MILLER2008-07-101-0/+10
| |\ \
| * \ \ Merge chunk from trunk.Chad MILLER2008-07-101-0/+2
| |\ \ \
| * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-0/+1
| |\ \ \ \
| | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-0/+1
| | |\ \ \ \
| | | * \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-0/+1
| | | |\ \ \ \
* | | | | | | | Bug#44521 Prepared Statement: CALL p() - crashes: `! thd->main_da.is_sent' fa...Kristofer Pettersson2009-07-301-1/+1
* | | | | | | | Bug#44521 Executing a stored procedure as a prepared statement can sometimes ...Kristofer Pettersson2009-07-291-13/+21
* | | | | | | | Post-merge fix for Bug#43587: Handle failures to execute a statementDavi Arnaut2009-07-271-2/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Bug #43715 Link errors when trying to link mysql_embedded.exeVladislav Vaintroub2009-03-172-4/+4
* | | | | | | merging.Alexey Botchkov2009-02-241-0/+9
|\ \ \ \ \ \ \
| * | | | | | | Bug#39289 libmysqld.a calls exit() upon error Alexey Botchkov2008-10-271-0/+9
* | | | | | | | Fix merge error, mysqltest.cc should be mysqltest.cMagnus Svensson2008-12-181-1/+1
* | | | | | | | merge 5.1 --> 5.1-rplAlfranio Correia2008-12-133-76/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug#38522: 5 seconds delay when closing application using embedded serverVladislav Vaintroub2008-12-043-135/+5
| * | | | | | | | Fix broken link in embedded server (Windows)Vladislav Vaintroub2008-11-211-3/+3
| * | | | | | | | Bug#38293 Libmysqld crash in mysql_library_init if language file missingAlexey Botchkov2008-11-191-3/+3
| * | | | | | | | mergingAlexey Botchkov2008-11-192-3/+63
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bug#38293 Libmysqld crash in mysql_library_init if language file missingAlexey Botchkov2008-11-192-3/+63
| | |/ / / / / / /
| * | | | | | | | Bug#34517 SHOW GLOBAL STATUS does not work properly in embedded server.Alexey Botchkov2008-11-171-0/+2
| |/ / / / / / /
* | | | | | | | Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains thatMattias Jonsson2008-08-131-0/+3
* | | | | | | | Ad missing ) to CmakeLists.txtMagnus Svensson2008-08-091-1/+1
* | | | | | | | MergeMagnus Svensson2008-08-081-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed build warning on Windows (emb_qcache.cc)Marc Alff2008-07-101-1/+2
* | | | | | | | Bug #38181 Please print more debug info when tests failMagnus Svensson2008-08-042-2/+2
|/ / / / / / /
* | | | | | | Bug#37003 Tests sporadically crashes with embedded serverDavi Arnaut2008-06-183-3/+11
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2008-05-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix compilation warnings (embedded library, Windows build)unknown2008-04-191-2/+2
| * | | | | | | An attempt to fix a link failure on Windows (embedded library).unknown2008-04-191-1/+1
* | | | | | | | fixed the win64 build failureunknown2008-05-131-1/+2
* | | | | | | | Merge bk-internal:/home/bk/mysql-5.1-bugteamunknown2008-05-121-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fixed the win32 make files to compile the fix for bug 35997unknown2008-05-121-4/+2
| * | | | | | | | Fixed:unknown2008-05-121-1/+1
* | | | | | | | | Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-121-1/+1
|/ / / / / / / /