=== modified file 'storage/innobase/include/univ.i' --- storage/innobase/include/univ.i 2013-06-10 20:44:22 +0000 +++ storage/innobase/include/univ.i 2013-12-05 12:44:35 +0000 @@ -171,7 +171,6 @@ #define UNIV_COMPILE_TEST_FUNCS */ -#undef UNIV_SYNC_DEBUG #if defined HAVE_VALGRIND # define UNIV_DEBUG_VALGRIND #endif /* HAVE_VALGRIND */ === modified file 'storage/innobase/sync/sync0sync.cc' --- storage/innobase/sync/sync0sync.cc 2013-10-27 03:36:57 +0000 +++ storage/innobase/sync/sync0sync.cc 2013-12-05 12:54:24 +0000 @@ -1137,6 +1137,7 @@ case SYNC_RECV: case SYNC_FTS_BG_THREADS: case SYNC_WORK_QUEUE: + case SYNC_FTS_TOKENIZE: case SYNC_FTS_OPTIMIZE: case SYNC_FTS_CACHE: case SYNC_FTS_CACHE_INIT: