~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

MergedĀ fromĀ toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  return 0;
99
99
}
100
100
 
101
 
mysql_declare_plugin(md5)
 
101
drizzle_declare_plugin(md5)
102
102
{
103
103
  DRIZZLE_UDF_PLUGIN,
104
104
  "md5",
112
112
  NULL,   /* system variables */
113
113
  NULL    /* config options */
114
114
}
115
 
mysql_declare_plugin_end;
 
115
drizzle_declare_plugin_end;