Commit 613e868e authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses #1116

remove unused constants

git-svn-id: file:///svn/mysql/tokudb-engine/src@6026 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2991e2b2
......@@ -65,15 +65,12 @@ typedef struct st_tokudb_trx_data {
} tokudb_trx_data;
// QQQ how to tune these?
#define HA_TOKUDB_ROWS_IN_TABLE 10000 /* to get optimization right */
#define HA_TOKUDB_RANGE_COUNT 100
#define HA_TOKUDB_MAX_ROWS 10000000 /* Max rows in table */
/* extra rows for estimate_rows_upper_bound() */
#define HA_TOKUDB_EXTRA_ROWS 100
/* Bits for share->status */
#define STATUS_PRIMARY_KEY_INIT 0x1
#define STATUS_AUTO_INCREMENT_INIT 0x2
// tokudb debug tracing
#define TOKUDB_DEBUG_INIT 1
......
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