diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-03-25 05:05:04 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2014-03-25 05:05:04 +0900 |
commit | 33fc4f5192c12fba72f3beb0f863210871433474 (patch) | |
tree | e90376ecb9474bce20631587ee529b372cc2117f /storage/spider/spd_include.h | |
parent | 9ef119679dfe73c50503b7845c63d6814ec1dc79 (diff) | |
download | mariadb-git-33fc4f5192c12fba72f3beb0f863210871433474.tar.gz |
add sendsql to error log
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 21ee22b805f..d02c75d2e7b 100644 --- a/storage/spider/spd_include.h +++ b/storage/spider/spd_include.h @@ -121,7 +121,7 @@ #define SPIDER_TMP_SHARE_LONG_COUNT 15 #define SPIDER_TMP_SHARE_LONGLONG_COUNT 3 -#define SPIDER_MEM_CALC_LIST_NUM 243 +#define SPIDER_MEM_CALC_LIST_NUM 244 #define SPIDER_BACKUP_DASTATUS \ bool da_status; if (thd) da_status = thd->is_error(); else da_status = FALSE; |