diff options
author | Sunny Bains <Sunny.Bains@Oracle.Com> | 2010-05-12 11:18:10 +1000 |
---|---|---|
committer | Sunny Bains <Sunny.Bains@Oracle.Com> | 2010-05-12 11:18:10 +1000 |
commit | 1b12a1c403abbef22470594b536569c0db0223c6 (patch) | |
tree | 0ffaea0f33240b1afb2d42a8e699612cac0a0753 /storage/innobase/sync | |
parent | 42974cbfa6624a6713ab9cd5410f095e2e652195 (diff) | |
download | mariadb-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.c | 1 |
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: |