Commit 01008c5a authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses #852

renumber flags after a couple were deleted

git-svn-id: file:///svn/mysql/tokudb-engine/src@4924 c7de825b-a66e-492c-adef-691d508d4ae1
parent d39ec884
...@@ -72,8 +72,8 @@ typedef struct st_tokudb_trx_data { ...@@ -72,8 +72,8 @@ typedef struct st_tokudb_trx_data {
#define HA_TOKUDB_EXTRA_ROWS 100 #define HA_TOKUDB_EXTRA_ROWS 100
/* Bits for share->status */ /* Bits for share->status */
#define STATUS_PRIMARY_KEY_INIT 1 #define STATUS_PRIMARY_KEY_INIT 0x1
#define STATUS_AUTO_INCREMENT_INIT 8 #define STATUS_AUTO_INCREMENT_INIT 0x2
// tokudb debug tracing // tokudb debug tracing
#define TOKUDB_DEBUG_INIT 1 #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