summaryrefslogtreecommitdiff
path: root/include/my_dbug.h
Commit message (Expand)AuthorAgeFilesLines
* Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-7/+3
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-5/+5
* Added DBUG_PUSH_EMPTY and DBUG_POP_EMPTY to speed up DBUGMonty2020-08-201-0/+5
* Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-1/+4
* Merge 10.4 into 10.5Marko Mäkelä2020-05-051-0/+8
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-0/+8
| |\
| | * add WITH_DBUG_TRACE CMake variableEugene Kosov2020-04-291-0/+8
* | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-1/+1
|/ /
* | MDEV-20525 rocksdb debug compilation fails on Windows due to unresolved my_as...Marko Mäkelä2019-09-131-5/+5
* | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425Marko Mäkelä2019-08-291-2/+6
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Misc. typosluz.paz2018-04-051-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-151-1/+5
|\ \ \ \ | |/ / /
| * | | Compilation speed (#546)Eugene Kosov2018-01-141-1/+5
* | | | Re-enable 'S' for --debug (sf_sanity checking for each call)Monty2017-12-221-0/+1
* | | | don't flush dbug buffers for every assertSergei Golubchik2017-08-281-2/+2
* | | | Remove dumping of some not needed core's when running test suiteMichael Widenius2017-08-241-2/+2
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-3/+16
|/ / /
* | | MDEV-11713 Optimize DBUG_PRINT and introduce DBUG_LOGMarko Mäkelä2017-01-051-4/+14
|/ /
* | dbug: correct trace for DBUG_RETURN(func()); -- gcc onlySergei Golubchik2015-11-161-3/+16
* | MDEV-8379 - SUSE mariadb patchesSergey Vojtovich2015-10-011-2/+2
* | MDEV-26: Global transaction ID.unknown2013-03-261-1/+1
|/
* Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-211-0/+6
|\
| * MWL#192: non-blocking client API, after-review fixes.unknown2012-01-061-0/+4
| * MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-201-0/+2
* | 5.3 mergeSergei Golubchik2012-01-131-2/+2
|\ \
| * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| |\ \ | | |/ | |/|
* | | move safemalloc out of dbug.Sergei Golubchik2011-12-121-9/+0
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-3/+3
|\ \ \
| * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | |\ \
| | | * | Bug#26243 mysql command line crash after control-cunknown2008-03-281-44/+52
| | | * | Fixed compiler warnings.unknown2007-02-281-0/+2
* | | | | merge with 5.3Sergei Golubchik2011-10-191-20/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #58426 Crashing tests not failing as they are supposed to on Solaris 10 d...Tor Didriksen2010-12-131-1/+2
| * | | | Flush DBUG log in case of DBUG_ASSERT()Michael Widenius2011-01-301-1/+1
| * | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-6/+40
| |\ \ \ \ | | |/ / /
* | | | | add safemalloc backSergei Golubchik2011-07-101-0/+10
* | | | | small dbug cleanupSergei Golubchik2011-07-101-4/+0
* | | | | 5.5-mergeSergei Golubchik2011-07-021-5/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Automerge 5.1-bugteam => 5.5-bugteamTor Didriksen2010-12-131-1/+2
| |\ \ \ \
| | * | | | Bug #58426 Crashing tests not failing as they are supposed to on Solaris 10 d...Tor Didriksen2010-12-131-1/+2
| | | |/ / | | |/| |
| * | | | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-5/+31
| |\ \ \ \ | | |/ / /
| | * | | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-4/+47
* | | | | merge.Sergei Golubchik2010-11-251-2/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | MySQL 5.1.41 after-merge fix: Fix non-debug build breakage.unknown2009-11-161-0/+1