mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Addressed #993
Removed unused variables. git-svn-id: file:///svn/mysql/tokudb-engine/src@5158 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a198e8bc40
commit
d4dc06fb6b
1 changed files with 0 additions and 4 deletions
|
@ -2713,10 +2713,6 @@ int ha_tokudb::index_read(uchar * buf, const uchar * key, uint key_len, enum ha_
|
|||
bzero((void *) &row, sizeof(row));
|
||||
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 heavi_info heavi_info; //Needed for the heaviside function.
|
||||
copy_info.key = &last_key;
|
||||
|
|
Loading…
Reference in a new issue