~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Toru Maesaka
  • Date: 2009-01-27 05:00:51 UTC
  • mto: (779.3.8 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: dev@torum.net-20090127050051-61u80p5munkyi57s
Renamed mysql_declare_plugin to drizzle_declare_plugin

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",