~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

  • Committer: Brian Aker
  • Date: 2008-08-14 20:59:41 UTC
  • Revision ID: brian@tangent.org-20080814205941-rdqc6mqguf50mvoq
Remove SET

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  void position(const uchar *record);
91
91
  int info(uint flag);
92
92
  int external_lock(THD *thd, int lock_type);
93
 
  int create(const char *name, Table *table_arg,
 
93
  int create(const char *name, TABLE *table_arg,
94
94
             HA_CREATE_INFO *create_info);
95
95
  THR_LOCK_DATA **store_lock(THD *thd,
96
96
                             THR_LOCK_DATA **to,