~jaypipes/drizzle/item-class-file-reorg

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

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