summaryrefslogtreecommitdiff
path: root/storage/spider/ha_spider.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 05:12:36 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 05:12:36 +0900
commit7d74d0f6d80475dd3d24c206305e372836eddde4 (patch)
tree54ea0c633d872e8e8862390cc1fb21bbcfb3979d /storage/spider/ha_spider.h
parent74195f40b49070b949822361deeba97c383cd0e7 (diff)
downloadmariadb-git-7d74d0f6d80475dd3d24c206305e372836eddde4.tar.gz
bgs for show records
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r--storage/spider/ha_spider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h
index 79e3ebbe327..0af8127dca6 100644
--- a/storage/spider/ha_spider.h
+++ b/storage/spider/ha_spider.h
@@ -166,6 +166,7 @@ public:
bool high_priority;
bool insert_delayed;
bool use_pre_call;
+ bool use_pre_records;
enum thr_lock_type lock_type;
int lock_mode;
uint sql_command;
@@ -236,6 +237,7 @@ public:
SPIDER_ITEM_HLD *direct_aggregate_item_first;
SPIDER_ITEM_HLD *direct_aggregate_item_current;
#endif
+ ha_rows table_rows;
/* for fulltext search */
bool ft_init_and_first;
@@ -495,6 +497,7 @@ public:
key_range *end_key
);
int check_crd();
+ int pre_records();
ha_rows records();
const char *table_type() const;
ulonglong table_flags() const;