~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compress/compressudf.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:
123
123
  return 0;
124
124
}
125
125
 
126
 
mysql_declare_plugin(compress)
 
126
drizzle_declare_plugin(compress)
127
127
{
128
128
  DRIZZLE_UDF_PLUGIN,
129
129
  "compress",
137
137
  NULL,   /* system variables */
138
138
  NULL    /* config options */
139
139
}
140
 
mysql_declare_plugin_end;
 
140
drizzle_declare_plugin_end;