summaryrefslogtreecommitdiff
path: root/dbug
Commit message (Expand)AuthorAgeFilesLines
* cmake 2.6 compatSergei Golubchik2011-10-191-1/+1
* merge with 5.3Sergei Golubchik2011-10-192-18/+2
|\
| * Merge with 5.2Michael Widenius2011-03-092-1/+19
| |\
| | * Merge with MySQL 5.1.55Michael Widenius2011-02-202-1/+19
| | |\
| * | | Fixed compiler warnings and some test failures found by buildbotMichael Widenius2011-02-231-3/+3
| |/ /
| * | Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-061-1/+0
| * | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+1
| |\ \
| * \ \ Merge with MySQL 5.1.52Michael Widenius2010-11-231-2/+2
| |\ \ \
| * | | | MWL#74: Shared libmysqld.so library.unknown2010-11-171-2/+7
* | | | | unit test fixes for ctestSergei Golubchik2011-07-162-5/+7
* | | | | * build dbug manual and unit testsSergei Golubchik2011-07-122-3/+63
* | | | | add safemalloc backSergei Golubchik2011-07-102-25/+368
* | | | | small dbug cleanupSergei Golubchik2011-07-103-160/+18
* | | | | post-merge fixes.Sergei Golubchik2011-07-021-78/+0
* | | | | 5.5-mergeSergei Golubchik2011-07-026-955/+50
|\ \ \ \ \
| * | | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-114-238/+7
| * | | | | MergeKent Boortz2010-12-291-0/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | MergeKent Boortz2010-12-291-0/+15
| | |\ \ \ \
| | | * | | | - Added/updated copyright headersKent Boortz2010-12-281-0/+15
| | | * | | | Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-6/+7
| | * | | | | Bug #58426 Crashing tests not failing as they are supposed to on Solaris 10 d...Tor Didriksen2010-12-131-0/+19
| | | |_|_|/ | | |/| | |
| * | | | | Automerge 5.1-bugteam => 5.5-bugteamTor Didriksen2010-12-131-0/+19
| |\ \ \ \ \
| | * | | | | Bug #58426 Crashing tests not failing as they are supposed to on Solaris 10 d...Tor Didriksen2010-12-131-0/+19
| | |/ / / /
| * | | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-68/+0
| * | | | | Merge from mysql-5.1-bugteam to mysql-5.5-bugteamJon Olav Hauglid2010-10-191-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug #57274 SET GLOBAL debug crashes on Solaris in embedded server modeJon Olav Hauglid2010-10-191-0/+1
| * | | | | automerge from 5.1-bugteam: Bug#52172 post-push fix: init auto-variable to NULLTor Didriksen2010-10-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#52172 post-push fix: init auto-variable to NULLTor Didriksen2010-10-191-1/+1
| | * | | | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-0/+8
| | | |_|/ | | |/| |
| * | | | Manual merge from mysql-5.1-bugteam into mysql-5.5-bugteam.Alexey Kopytov2010-10-021-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Bug #56709: Memory leaks at running the 5.1 test suiteAlexey Kopytov2010-09-221-9/+4
| * | | | Bug #46165 server crash in dbugJon Olav Hauglid2010-09-281-2/+8
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-3/+3
* | | | | merge.Sergei Golubchik2010-11-253-32/+49
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fixed compile error when not using gcc (crashes at least on windows)Michael Widenius2010-11-031-1/+1
| * | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-12/+12
| * | | Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-131-1/+1
| * | | Fixed bug LP#605798 "wrong data in bitmap" after recovery.Michael Widenius2010-09-101-6/+5
| * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-3/+0
| |\ \ \ | | |/ /
| * | | Protect stack->keywords with THR_LOCK_dbugMichael Widenius2009-12-071-11/+30
| * | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-0/+1
| |\ \ \
| * | | | Fix Valgrind errors seen in buildbot.unknown2009-04-081-2/+7
| * | | | Apply patch by Antony Dovgal:Michael Widenius2009-03-221-1/+1
| * | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-0/+12
| * | | | support for glob(7) patterns in dbugSergei Golubchik2009-02-112-3/+23
| * | | | Bug#42735: dbug treated duplicate keywords (-#d,kw,kw) incorrectlySergei Golubchik2009-02-102-1/+14
| * | | | dbug fix: only do safemalloc checks if a function is selectedSergei Golubchik2008-12-021-39/+38
| * | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-1/+1
| |\ \ \ \
| * \ \ \ \ Merge mysql.com:/home/my/mysql-5.1unknown2008-04-282-7/+8
| |\ \ \ \ \
| * | | | | | Fix for ma_test_all-t failure and dbug/tests-t failure on Solaris:unknown2008-04-161-1/+1