diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2013-08-24 14:42:40 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2013-08-24 14:42:40 +0900 |
commit | 49a4bbe1e7e4e3a1abbc26740d45482de4b4b609 (patch) | |
tree | a77e5875bb7fdecd23535dac9cbffd5e03303b00 /storage/spider/spd_include.h | |
parent | e1fc2f4d280584d67e2b04967e55d9b685bb0dba (diff) | |
download | mariadb-git-49a4bbe1e7e4e3a1abbc26740d45482de4b4b609.tar.gz |
Add spider_general_log and spider_log_result_errors feature.
Diffstat (limited to 'storage/spider/spd_include.h')
-rw-r--r-- | storage/spider/spd_include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h index 88f8aa1726f..20125c50a7e 100644 --- a/storage/spider/spd_include.h +++ b/storage/spider/spd_include.h @@ -86,7 +86,7 @@ #define SPIDER_TMP_SHARE_LONG_COUNT 15 #define SPIDER_TMP_SHARE_LONGLONG_COUNT 3 -#define SPIDER_MEM_CALC_LIST_NUM 230 +#define SPIDER_MEM_CALC_LIST_NUM 233 #define SPIDER_BACKUP_DASTATUS \ bool da_status; if (thd) da_status = thd->is_error(); else da_status = FALSE; |