~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
  int rnd_init(bool scan=1);
138
138
  int rnd_next(unsigned char *buf);
139
139
  int rnd_pos(unsigned char * buf, unsigned char *pos);
140
 
  bool check_and_repair(Session *thd);
141
 
  int check(Session* thd, HA_CHECK_OPT* check_opt);
 
140
  bool check_and_repair(Session *session);
 
141
  int check(Session* session, HA_CHECK_OPT* check_opt);
142
142
  bool is_crashed() const;
143
143
  int rnd_end();
144
 
  int repair(Session* thd, HA_CHECK_OPT* check_opt);
 
144
  int repair(Session* session, HA_CHECK_OPT* check_opt);
145
145
  /* This is required for SQL layer to know that we support autorepair */
146
146
  bool auto_repair() const { return 1; }
147
147
  void position(const unsigned char *record);
151
151
  bool check_if_incompatible_data(HA_CREATE_INFO *info,
152
152
                                  uint32_t table_changes);
153
153
 
154
 
  THR_LOCK_DATA **store_lock(Session *thd, THR_LOCK_DATA **to,
 
154
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,
155
155
      enum thr_lock_type lock_type);
156
156
 
157
157
  /*