~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  int rnd_init(bool scan=1);
135
135
  int rnd_next(unsigned char *buf);
136
136
  int rnd_pos(unsigned char * buf, unsigned char *pos);
137
 
  bool check_and_repair(Session *session);
138
 
  int check(Session* session, HA_CHECK_OPT* check_opt);
139
 
  bool is_crashed() const;
140
137
  int rnd_end();
141
138
  int repair(Session* session, HA_CHECK_OPT* check_opt);
142
139
  /* This is required for SQL layer to know that we support autorepair */
143
 
  bool auto_repair() const { return 1; }
144
140
  void position(const unsigned char *record);
145
141
  int info(uint);
146
142
  int delete_all_rows(void);
147
143
 
148
 
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,
149
 
      enum thr_lock_type lock_type);
150
 
 
151
144
  /*
152
145
    These functions used to get/update status of the Cursor.
153
146
    Needed to enable concurrent inserts.