~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uncompress/uncompressudf.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:
109
109
  return 0;
110
110
}
111
111
 
112
 
mysql_declare_plugin(uncompress)
 
112
drizzle_declare_plugin(uncompress)
113
113
{
114
114
  DRIZZLE_UDF_PLUGIN,
115
115
  "uncompress",
123
123
  NULL,   /* system variables */
124
124
  NULL    /* config options */
125
125
}
126
 
mysql_declare_plugin_end;
 
126
drizzle_declare_plugin_end;