Commit 982e1ce7 authored by Marko Mäkelä's avatar Marko Mäkelä

Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() - cleanup

Remove the unused debug constants for the latching order level SYNC_THR_LOCAL.
parent 813b3166
...@@ -684,7 +684,6 @@ or row lock! */ ...@@ -684,7 +684,6 @@ or row lock! */
#define SYNC_BUF_FLUSH_LIST 145 /* Buffer flush list mutex */ #define SYNC_BUF_FLUSH_LIST 145 /* Buffer flush list mutex */
#define SYNC_DOUBLEWRITE 140 #define SYNC_DOUBLEWRITE 140
#define SYNC_ANY_LATCH 135 #define SYNC_ANY_LATCH 135
#define SYNC_THR_LOCAL 133
#define SYNC_MEM_HASH 131 #define SYNC_MEM_HASH 131
#define SYNC_MEM_POOL 130 #define SYNC_MEM_POOL 130
......
...@@ -1214,7 +1214,6 @@ sync_thread_add_level( ...@@ -1214,7 +1214,6 @@ sync_thread_add_level(
case SYNC_WORK_QUEUE: case SYNC_WORK_QUEUE:
case SYNC_LOG: case SYNC_LOG:
case SYNC_LOG_FLUSH_ORDER: case SYNC_LOG_FLUSH_ORDER:
case SYNC_THR_LOCAL:
case SYNC_ANY_LATCH: case SYNC_ANY_LATCH:
case SYNC_FILE_FORMAT_TAG: case SYNC_FILE_FORMAT_TAG:
case SYNC_DOUBLEWRITE: case SYNC_DOUBLEWRITE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment