Commit 8d4a28f4 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4803], fix compile

git-svn-id: file:///svn/toku/tokudb@42633 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1b3cec05
......@@ -474,8 +474,8 @@ static const char * curr_env_ver_key = "current_version";
// Following keys added in version 14, add more keys for future versions
static const char * creation_time_key = "creation_time";
static const char * last_lsn_of_v13_key = "last_lsn_of_v13";
static const char * upgrade_v14_time_key = "upgrade_v14_time";
static const char * upgrade_v14_footprint_key = "upgrade_v14_footprint";
//static const char * upgrade_v14_time_key = "upgrade_v14_time";
//static const char * upgrade_v14_footprint_key = "upgrade_v14_footprint";
static const char * upgrade_v19_time_key = "upgrade_v19_time";
static const char * upgrade_v19_footprint_key = "upgrade_v19_footprint";
......
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