mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
addresses #1841
fix small bug git-svn-id: file:///svn/mysql/tokudb-engine/src@13096 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
380b42f26d
commit
d67cf0dd02
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue