~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    if (file_buff)
100
100
      delete file_buff;
101
101
  }
102
 
  const char *table_type() const { return "CSV"; }
103
 
  const char *index_type(uint inx) { return "NONE"; }
 
102
  const char *table_type(void) const { return "CSV"; }
 
103
  const char *index_type(uint inx __attribute__((__unused__)))
 
104
  { return "NONE"; }
104
105
  const char **bas_ext() const;
105
106
  uint64_t table_flags() const
106
107
  {
107
108
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ | HA_NO_AUTO_INCREMENT |
108
109
            HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE);
109
110
  }
110
 
  uint32_t index_flags(uint idx, uint part, bool all_parts) const
 
111
  uint32_t index_flags(uint idx __attribute__((__unused__)),
 
112
                       uint part __attribute__((__unused__)),
 
113
                       bool all_parts __attribute__((__unused__))) const
111
114
  {
112
115
    /*
113
116
      We will never have indexes so this will never be called(AKA we return