Commit 42494d6b authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2395], remove unused variables

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@17987 c7de825b-a66e-492c-adef-691d508d4ae1
parent b279f769
...@@ -3011,7 +3011,6 @@ cleanup: ...@@ -3011,7 +3011,6 @@ cleanup:
int ha_tokudb::insert_row_to_main_dictionary(uchar* record, DBT* pk_key, DBT* pk_val, DB_TXN* txn) { int ha_tokudb::insert_row_to_main_dictionary(uchar* record, DBT* pk_key, DBT* pk_val, DB_TXN* txn) {
int error; int error;
DBT row, key;
u_int32_t put_flags; u_int32_t put_flags;
THD *thd = ha_thd(); THD *thd = ha_thd();
bool is_replace_into; bool is_replace_into;
......
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