~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    return ha_tina_exts;
139
139
  }
140
140
 
141
 
  int doCreateTable(Session *, const char *table_name,
 
141
  int doCreateTable(Session *, 
 
142
                    const char *table_name,
142
143
                    Table& table_arg,
143
 
                    HA_CREATE_INFO&, drizzled::message::Table&);
 
144
                    drizzled::message::Table&);
144
145
 
145
146
  int doGetTableDefinition(Session& session,
146
147
                           const char* path,
1531
1532
 
1532
1533
int Tina::doCreateTable(Session *, const char *table_name,
1533
1534
                        Table& table_arg,
1534
 
                        HA_CREATE_INFO&, 
1535
1535
                        drizzled::message::Table& create_proto)
1536
1536
{
1537
1537
  char name_buff[FN_REFLEN];