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

addresses #1841

fix small bug

git-svn-id: file:///svn/mysql/tokudb-engine/src@13096 c7de825b-a66e-492c-adef-691d508d4ae1
parent 380b42f2
......@@ -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],
......
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