summaryrefslogtreecommitdiff
path: root/storage/spider/ha_spider.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2013-09-17 03:17:26 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2013-09-17 03:17:26 +0900
commit74bea98ea50ff82a9b6c7b39da26bfc4a4aa79d6 (patch)
treeba0629c77b8769063fe8e0cdf72e03e7528472d8 /storage/spider/ha_spider.h
parent6458e115a0f54ed9be83dfd411d49598a8c28f02 (diff)
downloadmariadb-git-74bea98ea50ff82a9b6c7b39da26bfc4a4aa79d6.tar.gz
fix mrr duplicate key
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r--storage/spider/ha_spider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h
index ee1c70f0ae8..de34e085359 100644
--- a/storage/spider/ha_spider.h
+++ b/storage/spider/ha_spider.h
@@ -140,6 +140,7 @@ public:
int multi_range_num;
bool have_second_range;
KEY_MULTI_RANGE mrr_second_range;
+ spider_string *mrr_key_buff;
#if defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 100000
range_id_t *multi_range_keys;
#else