mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Turn off the instrumentation
git-svn-id: file:///svn/toku/tokudb@20033 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
699037a889
commit
8b47359d2c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ extern "C" {
|
||||||
// print the trace
|
// print the trace
|
||||||
void toku_print_trace_mem(void) __attribute__((__visibility__("default")));
|
void toku_print_trace_mem(void) __attribute__((__visibility__("default")));
|
||||||
|
|
||||||
#define BL_DO_TRACE 1
|
#define BL_DO_TRACE 0
|
||||||
// BL_SIMPLE_TRACE 1 is Bradley's in-memory trace analysis.
|
// BL_SIMPLE_TRACE 1 is Bradley's in-memory trace analysis.
|
||||||
// BL_SIMPLE_TRACE 0 is Dave's post-processing analysis.
|
// BL_SIMPLE_TRACE 0 is Dave's post-processing analysis.
|
||||||
#define BL_SIMPLE_TRACE 1
|
#define BL_SIMPLE_TRACE 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue