Commit 6313f1f6 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

Addressed #993

Removed unused variables.

git-svn-id: file:///svn/mysql/tokudb-engine/src@5158 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1915677d
...@@ -2713,10 +2713,6 @@ int ha_tokudb::index_read(uchar * buf, const uchar * key, uint key_len, enum ha_ ...@@ -2713,10 +2713,6 @@ int ha_tokudb::index_read(uchar * buf, const uchar * key, uint key_len, enum ha_
bzero((void *) &row, sizeof(row)); bzero((void *) &row, sizeof(row));
pack_key(&last_key, active_index, key_buff, key, key_len); pack_key(&last_key, active_index, key_buff, key, key_len);
DBT h_key, h_val;
bzero((void*) &h_key, sizeof(h_key));
bzero((void*) &h_val, sizeof(h_val));
struct dbt_copy_info copy_info; //Needed as part of the smart dbt. struct dbt_copy_info copy_info; //Needed as part of the smart dbt.
struct heavi_info heavi_info; //Needed for the heaviside function. struct heavi_info heavi_info; //Needed for the heaviside function.
copy_info.key = &last_key; copy_info.key = &last_key;
......
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