summaryrefslogtreecommitdiff
path: root/storage/innobase/sync
diff options
context:
space:
mode:
authorSunny Bains <Sunny.Bains@Oracle.Com>2010-05-12 11:18:10 +1000
committerSunny Bains <Sunny.Bains@Oracle.Com>2010-05-12 11:18:10 +1000
commit1b12a1c403abbef22470594b536569c0db0223c6 (patch)
tree0ffaea0f33240b1afb2d42a8e699612cac0a0753 /storage/innobase/sync
parent42974cbfa6624a6713ab9cd5410f095e2e652195 (diff)
downloadmariadb-git-1b12a1c403abbef22470594b536569c0db0223c6.tar.gz
Revert the kernel mutex split phase I patch. Some artefacts have been left
in the code but they have nothing to do with the kernel mutex split code. Some subsequent commits use the new functions. This patch has been tested with: ./mtr --suite=innodb with UNIV_DEBUG and UNIV_SYNC_DEBUG enabled. All tests were successful.
Diffstat (limited to 'storage/innobase/sync')
-rw-r--r--storage/innobase/sync/sync0sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/sync/sync0sync.c b/storage/innobase/sync/sync0sync.c
index 9e169c7c27e..235f733382d 100644
--- a/storage/innobase/sync/sync0sync.c
+++ b/storage/innobase/sync/sync0sync.c
@@ -1167,7 +1167,6 @@ sync_thread_add_level(
case SYNC_SEARCH_SYS_CONF:
case SYNC_TRX_LOCK_HEAP:
case SYNC_KERNEL:
- case SYNC_THREADS:
case SYNC_IBUF_BITMAP_MUTEX:
case SYNC_RSEG:
case SYNC_TRX_UNDO: