mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
refs #6195, undo change, needs tweaking
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@54130 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
df5cc2716c
commit
822f9c0ed3
1 changed files with 2 additions and 2 deletions
|
@ -5071,7 +5071,8 @@ int ha_tokudb::fill_range_query_buf(
|
||||||
// we tell the cursor to continue and don't store
|
// we tell the cursor to continue and don't store
|
||||||
// the key locally
|
// the key locally
|
||||||
else if (result == ICP_NO_MATCH) {
|
else if (result == ICP_NO_MATCH) {
|
||||||
goto check_bounds;
|
error = TOKUDB_CURSOR_CONTINUE;
|
||||||
|
goto cleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -5224,7 +5225,6 @@ int ha_tokudb::fill_range_query_buf(
|
||||||
error = 0;
|
error = 0;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
check_bounds:
|
|
||||||
if (direction > 0) {
|
if (direction > 0) {
|
||||||
// compare what we got to the right endpoint of prelocked range
|
// compare what we got to the right endpoint of prelocked range
|
||||||
// because we are searching keys in ascending order
|
// because we are searching keys in ascending order
|
||||||
|
|
Loading…
Add table
Reference in a new issue