~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2009-06-05 18:49:23 UTC
  • mfrom: (1039.3.19 handler-cleanup)
  • Revision ID: brian@gaz-20090605184923-36mbxlsxkocuco1w
Merge Stewart, fix LOCK (it was dead, only for dead RENAME SCHEMA code), and
fixed Sun Studio failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
  const char *index_type(uint32_t)
99
99
  { return "NONE"; }
100
 
  const char **bas_ext() const;
101
100
  uint64_t table_flags() const
102
101
  {
103
102
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ |
141
140
  void position(const unsigned char *record);
142
141
  int info(uint);
143
142
  void update_create_info(HA_CREATE_INFO *create_info);
144
 
  int create(const char *name, Table *form, HA_CREATE_INFO *create_info);
145
143
  int optimize(Session* session, HA_CHECK_OPT* check_opt);
146
144
  int repair(Session* session, HA_CHECK_OPT* check_opt);
147
145
  void start_bulk_insert(ha_rows rows);