~kentokushiba/spiderformysql/spider-2.0-src

« back to all changes in this revision

Viewing changes to spd_db_include.h

  • Committer: Kentoku SHIBA
  • Date: 2011-05-12 15:25:47 UTC
  • Revision ID: kentokushiba@gmail.com-20110512152547-6hb2cvwnbg7v6ax3
2.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  SPD_BU_START_BY_BULK_INIT
51
51
};
52
52
 
 
53
struct st_spider_ft_info;
53
54
typedef struct st_spider_position
54
55
{
55
56
  SPIDER_DB_ROW          row;
57
58
  bool                   use_position;
58
59
  bool                   mrr_with_cnt;
59
60
  uchar                  *position_bitmap;
 
61
  st_spider_ft_info      *ft_first;
 
62
  st_spider_ft_info      *ft_current;
60
63
} SPIDER_POSITION;
61
64
 
62
65
typedef struct st_spider_condition
177
180
  int                    bulk_update_mode;
178
181
  int                    bulk_update_size;
179
182
  spider_bulk_upd_start  bulk_update_start;
 
183
  bool                   check_direct_order_limit;
 
184
  bool                   direct_order_limit;
180
185
#ifndef WITHOUT_SPIDER_BG_SEARCH
181
186
  /* 0:nomal 1:store 2:store end */
182
187
  volatile