~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1408
1408
}
1409
1409
 
1410
1410
 
1411
 
drizzle_declare_plugin
 
1411
DRIZZLE_DECLARE_PLUGIN
1412
1412
{
1413
1413
  "CSV",
1414
1414
  "1.0",
1421
1421
  NULL,                       /* system variables                */
1422
1422
  NULL                        /* config options                  */
1423
1423
}
1424
 
drizzle_declare_plugin_end;
 
1424
DRIZZLE_DECLARE_PLUGIN_END;
1425
1425