~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/crc32udf.cc

  • Committer: Jay Pipes
  • Date: 2009-03-01 03:08:20 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090301030820-8kxgypvo3yexa9d1
Final removal of timezones

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  return 0;
72
72
}
73
73
 
74
 
mysql_declare_plugin(crc32)
 
74
drizzle_declare_plugin(crc32)
75
75
{
76
76
  DRIZZLE_UDF_PLUGIN,
77
77
  "crc32",
85
85
  NULL,   /* system variables */
86
86
  NULL    /* config options */
87
87
}
88
 
mysql_declare_plugin_end;
 
88
drizzle_declare_plugin_end;