mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -2889,10 +2889,9 @@ public:
|
||||
bool keyread_enabled() { return keyread < MAX_KEY; }
|
||||
int ha_start_keyread(uint idx)
|
||||
{
|
||||
if (keyread_enabled())
|
||||
return 0;
|
||||
int res= keyread_enabled() ? 0 : extra(HA_EXTRA_KEYREAD);
|
||||
keyread= idx;
|
||||
return extra(HA_EXTRA_KEYREAD);
|
||||
return res;
|
||||
}
|
||||
int ha_end_keyread()
|
||||
{
|
||||
|
Reference in New Issue
Block a user