Commit ffb77f8d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2314], remove unused variable

git-svn-id: file:///svn/mysql/tokudb-engine/src@17256 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7bc36106
......@@ -3308,7 +3308,6 @@ int ha_tokudb::update_row(const uchar * old_row, uchar * new_row) {
DB* dbs[MAX_KEY + 1];
DBT key_dbts[MAX_KEY + 1];
DBT rec_dbts[MAX_KEY + 1];
DBT prim_val;
u_int32_t curr_db_index;
bool use_put_multiple = share->version > 2;
......
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