~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: Toru Maesaka
  • Date: 2009-01-27 05:41:28 UTC
  • mto: (779.3.8 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: dev@torum.net-20090127054128-1ljk38lxqd8trj72
Renamed mysql_declare_plugin_end to drizzle_declare_plugin_end

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
  NULL,   /* system variables */
113
113
  NULL    /* config options */
114
114
}
115
 
mysql_declare_plugin_end;
 
115
drizzle_declare_plugin_end;