diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-03-25 05:15:55 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-03-25 05:15:55 +0900 |
commit | 088b981e2af7050a6d029a4f92ced61dd8644d17 (patch) | |
tree | 2235d6549ef3b85d55846f73efec7af8e593e87a /storage/spider/ha_spider.h | |
parent | 3a931cdc5f0b8bd39a059c203b75cf01dce4ca7e (diff) | |
download | mariadb-git-088b981e2af7050a6d029a4f92ced61dd8644d17.tar.gz |
fix bg mrr crash
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r-- | storage/spider/ha_spider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h index 0af8127dca6..c26a8781f88 100644 --- a/storage/spider/ha_spider.h +++ b/storage/spider/ha_spider.h @@ -469,6 +469,9 @@ public: bool use_parallel ); #ifdef HA_MRR_USE_DEFAULT_IMPL + int pre_multi_range_read_next( + bool use_parallel + ); #else int pre_read_multi_range_first( KEY_MULTI_RANGE **found_range_p, |