~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1405
1405
}
1406
1406
 
1407
1407
 
1408
 
drizzle_declare_plugin
 
1408
DRIZZLE_DECLARE_PLUGIN
1409
1409
{
1410
1410
  "CSV",
1411
1411
  "1.0",
1418
1418
  NULL,                       /* system variables                */
1419
1419
  NULL                        /* config options                  */
1420
1420
}
1421
 
drizzle_declare_plugin_end;
 
1421
DRIZZLE_DECLARE_PLUGIN_END;
1422
1422