Commit f82b0c96 authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-14005.

MODIFIED
parent 8e1a8eca
......@@ -4229,12 +4229,14 @@ int ha_partition::check_files_for_key(uchar *key, int n_key,
f->ha_end_keyread();
/*
if (sav_inited == RND)
{
int ires= f->ha_rnd_init(FALSE);
if (ires)
*res= ires;
}
*/
if (*res == HA_ERR_KEY_NOT_FOUND)
continue;
......
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