summaryrefslogtreecommitdiff
path: root/storage/spider/spd_include.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/spd_include.h
parent6458e115a0f54ed9be83dfd411d49598a8c28f02 (diff)
downloadmariadb-git-74bea98ea50ff82a9b6c7b39da26bfc4a4aa79d6.tar.gz
fix mrr duplicate key
Diffstat (limited to 'storage/spider/spd_include.h')
-rw-r--r--storage/spider/spd_include.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h
index 2f1e54000ee..4dc97cef505 100644
--- a/storage/spider/spd_include.h
+++ b/storage/spider/spd_include.h
@@ -118,7 +118,7 @@
#define SPIDER_TMP_SHARE_LONG_COUNT 15
#define SPIDER_TMP_SHARE_LONGLONG_COUNT 3
-#define SPIDER_MEM_CALC_LIST_NUM 235
+#define SPIDER_MEM_CALC_LIST_NUM 236
#define SPIDER_BACKUP_DASTATUS \
bool da_status; if (thd) da_status = thd->is_error(); else da_status = FALSE;