summaryrefslogtreecommitdiff
path: root/sql/debug_sync.cc
Commit message (Expand)AuthorAgeFilesLines
* Add likely/unlikely to speed up executionMonty2018-05-071-2/+2
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-4/+4
|\
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
| * MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
| |\
| | * MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
* | | Remove dumping of some not needed core's when running test suiteMichael Widenius2017-08-241-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-171-27/+30
|/
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+2
* MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* MDEV-6582: DEBUG_SYNC does not reset mysys_var->current_mutex, causes asserti...Kristian Nielsen2014-11-261-3/+5
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* 10.0-base merge.Sergei Golubchik2013-09-211-2/+2
|\
| * 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-2/+2
| |\
| | * mysql-5.5.33 mergeSergei Golubchik2013-09-061-2/+2
| | |\
| | | * Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8Tor Didriksen2013-06-141-2/+2
* | | | mdl_sync now works.Michael Widenius2013-07-021-12/+12
* | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-6/+1
* | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-5/+11
* | | | 10.0-base mergeSergei Golubchik2013-01-311-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+2
* | | | Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-181-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-532: Async InnoDB commit checkpoint.unknown2012-12-141-0/+1
| |/ /
* | | fixes for test failuresSergei Golubchik2012-09-271-0/+2
|/ /
* | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-281-347/+8
* | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-2/+2
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+2
| | |\ \
| | * | | Fixed compiler warnings.Michael Widenius2010-12-031-0/+1
* | | | | rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-151-1/+1
* | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-2/+2
* | | | | few cmake/compiler warningsSergei Golubchik2011-11-031-1/+1
* | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
* | | | | merge with 5.3Sergei Golubchik2011-10-191-1/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | add newline at the end of fileVladislav Vaintroub2011-02-191-1/+1
| * | | Fix remaining windows (32 bit) warnings.Vladislav Vaintroub2011-02-191-1/+4
| * | | Fixed compiler warningsMichael Widenius2010-12-011-0/+1
| | |/ | |/|
* | | Added comment on how to expand the use of the debug sync framework for schedulerMikael Ronstrom2011-03-041-0/+4
* | | mergeMikael Ronstrom2011-01-041-1/+1
|\ \ \
| * \ \ Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-11-161-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-101-1/+1
| | |/
* | | Added support in DEBUG_SYNC framework for actions when THD object isn't activ...Mikael Ronstrom2010-11-091-9/+19
|/ /
* | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* | Post-merge fix: header is used by the client API. Obvious in retrospect.Davi Arnaut2010-06-051-2/+9