~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.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:
286
286
  NULL,                       /* system variables                */
287
287
  NULL                        /* config options                  */
288
288
}
289
 
mysql_declare_plugin_end;
 
289
drizzle_declare_plugin_end;