~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 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-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
  int info(uint);
95
95
  int extra(enum ha_extra_function operation);
96
96
  int reset();
97
 
  int external_lock(THD *thd, int lock_type);
 
97
  int external_lock(Session *thd, int lock_type);
98
98
  int delete_all_rows(void);
99
99
  int disable_indexes(uint32_t mode);
100
100
  int enable_indexes(uint32_t mode);
106
106
  int create(const char *name, Table *form, HA_CREATE_INFO *create_info);
107
107
  void update_create_info(HA_CREATE_INFO *create_info);
108
108
 
109
 
  THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
 
109
  THR_LOCK_DATA **store_lock(Session *thd, THR_LOCK_DATA **to,
110
110
                             enum thr_lock_type lock_type);
111
111
  int cmp_ref(const unsigned char *ref1, const unsigned char *ref2)
112
112
  {