From 7d74d0f6d80475dd3d24c206305e372836eddde4 Mon Sep 17 00:00:00 2001 From: Kentoku SHIBA Date: Tue, 25 Mar 2014 05:12:36 +0900 Subject: bgs for show records --- storage/spider/ha_spider.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'storage/spider/ha_spider.h') 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; -- cgit v1.2.1