~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

merge table proto passed to createTable and ARCHIVE storing proto in ARZ

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
  }
133
133
 
134
134
  int createTableImpl(Session *, const char *table_name, Table *table_arg,
135
 
                      HA_CREATE_INFO *);
 
135
                      HA_CREATE_INFO *, drizzled::message::Table*);
136
136
 
137
137
};
138
138
 
1458
1458
*/
1459
1459
 
1460
1460
int Tina::createTableImpl(Session *, const char *table_name, Table *table_arg,
1461
 
                          HA_CREATE_INFO *)
 
1461
                          HA_CREATE_INFO *, drizzled::message::Table*)
1462
1462
{
1463
1463
  char name_buff[FN_REFLEN];
1464
1464
  File create_file;