diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2011-09-06 10:18:03 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2011-09-06 10:18:03 +0300 |
commit | 006a6dc3ccfde6d7b1553c3d620db79233821098 (patch) | |
tree | 128d0b6d919646f5a573ea1acb004eef3f205e51 /storage/innobase/include/sync0sync.h | |
parent | 9aeb3309afd6984521d1eba96ffe308b9281a324 (diff) | |
download | mariadb-git-006a6dc3ccfde6d7b1553c3d620db79233821098.tar.gz |
Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() - cleanup
Remove the unused debug constants for the latching order level SYNC_THR_LOCAL.
Diffstat (limited to 'storage/innobase/include/sync0sync.h')
-rw-r--r-- | storage/innobase/include/sync0sync.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/sync0sync.h b/storage/innobase/include/sync0sync.h index 9c0d5e3c302..f6b8897522f 100644 --- a/storage/innobase/include/sync0sync.h +++ b/storage/innobase/include/sync0sync.h @@ -684,7 +684,6 @@ or row lock! */ #define SYNC_BUF_FLUSH_LIST 145 /* Buffer flush list mutex */ #define SYNC_DOUBLEWRITE 140 #define SYNC_ANY_LATCH 135 -#define SYNC_THR_LOCAL 133 #define SYNC_MEM_HASH 131 #define SYNC_MEM_POOL 130 |