summaryrefslogtreecommitdiff
path: root/dbug/dbug.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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#52884 mysql-test-run does not work with --debug optionSergey Glukhov2010-05-201-3/+0
| | * | Bug #52629: memory leak from sys_var_thd_dbug in binlog.binlog_write_errorGeorgi Kodinov2010-04-161-0/+10
| * | | 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-251-25/+44
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
| * | Protect stack->keywords with THR_LOCK_dbugMichael Widenius2009-12-071-11/+30
| * | 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-111-2/+9
| * | Bug#42735: dbug treated duplicate keywords (-#d,kw,kw) incorrectlySergei Golubchik2009-02-101-1/+3
| * | 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-281-5/+5
| |\ \ \
| * | | | Fixed compiler warningsunknown2008-02-221-8/+8
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-02-211-1/+1
| |\ \ \ \
| | * | | | Fixed problems with ma_test2 and mi_test2 on high-byte-first systemunknown2008-02-211-1/+1
| * | | | | Fix for build failures. Putting back "#define bool BOOL" under Windowsunknown2008-02-191-1/+0
| * | | | | dbug.c:unknown2008-02-191-6/+1
| |\ \ \ \ \
| | * | | | | Fix for failure of ma_test_loghandler_long-t on Windowsunknown2008-02-191-6/+1
| | |/ / / /
| * | | | | Fixed compiler warnings in a lot of filesunknown2008-02-131-5/+5
| |/ / / /
| * | | | dbug/dbug.cunknown2008-02-061-10/+10
| * | | | cleanupunknown2008-02-051-1/+1
| * | | | dbug: function/ (a.k.a. SUBDIR) syntax unknown2008-02-031-115/+281
| * | | | negative lists in dbug (-#-d,info => everything but "info").unknown2008-02-011-154/+123
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-01-071-1/+0
| |\ \ \ \
| | * | | | cleanupunknown2008-01-071-1/+0
| * | | | | Bugs fixed:unknown2008-01-071-0/+10
| |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-301-33/+48
| |\ \ \ \
| | * | | | UNDO of rows now puts back all part of the row on their original pages and po...unknown2007-12-301-33/+48
| * | | | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-15/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Removed MARIA_BASE min_row_length (duplicate of min_block_length)unknown2007-12-121-4/+5
| | * | | | Added MARIA_SHARE *share to a lot of places to make code simplerunknown2007-12-101-14/+15
* | | | | | Fix for Bug#54478 "mysqld crashes during boot when running mtr with --debug o...Olav Sandstaa2010-09-151-5/+1
* | | | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-83/+4
* | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-21/+2
* | | | | | Merge the changes of the 5.5.3-m3 release buildJoerg Bruehe2010-04-181-1/+1
|\ \ \ \ \ \
| * | | | | | Another case of C++ syntax used for a comment in C.Joerg Bruehe2010-03-151-1/+1
* | | | | | | Fix errors when building releaseVladislav Vaintroub2010-03-191-1/+1
|/ / / / / /
* | | | | | Use vsnprintf() rather than my_vsnprintf() in DbugVfprintf,Tor Didriksen2009-11-271-1/+5
* | | | | | robust protection against missing DBUG_RETURNSergei Golubchik2009-10-311-34/+26
* | | | | | backport of dbug extensions from 6.0:Sergei Golubchik2009-10-301-359/+517