mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Manual merge.
This commit is contained in:
@ -7619,7 +7619,7 @@ check_quick_keys(PARAM *param, uint idx, SEL_ARG *key_tree,
|
|||||||
|
|
||||||
if (unlikely(param->thd->killed != 0))
|
if (unlikely(param->thd->killed != 0))
|
||||||
return HA_POS_ERROR;
|
return HA_POS_ERROR;
|
||||||
|
|
||||||
keynr=param->real_keynr[idx];
|
keynr=param->real_keynr[idx];
|
||||||
param->range_count++;
|
param->range_count++;
|
||||||
if (!tmp_min_flag && ! tmp_max_flag &&
|
if (!tmp_min_flag && ! tmp_max_flag &&
|
||||||
|
Reference in New Issue
Block a user