~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1519
1519
  return COMPATIBLE_DATA_YES;
1520
1520
}
1521
1521
 
1522
 
mysql_declare_plugin(csv)
 
1522
drizzle_declare_plugin(csv)
1523
1523
{
1524
1524
  DRIZZLE_STORAGE_ENGINE_PLUGIN,
1525
1525
  "CSV",
1533
1533
  NULL,                       /* system variables                */
1534
1534
  NULL                        /* config options                  */
1535
1535
}
1536
 
mysql_declare_plugin_end;
 
1536
drizzle_declare_plugin_end;
1537
1537