fix small bug

git-svn-id: file:///svn/mysql/tokudb-engine/src@13096 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2009-07-06 19:29:22 +00:00 committed by Yoni Fogel
parent 380b42f26d
commit d67cf0dd02

View file

@ -3038,7 +3038,7 @@ int ha_tokudb::prepare_index_key_scan( const uchar * key, uint key_len ) {
int error = 0;
DBT start_key, end_key;
pack_key(&start_key, active_index, key_buff, key, key_len, COL_NEG_INF);
pack_key(&end_key, active_index, key_buff, key, key_len, COL_POS_INF);
pack_key(&end_key, active_index, key_buff2, key, key_len, COL_POS_INF);
error = share->key_file[active_index]->pre_acquire_read_lock(
share->key_file[active_index],