~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/sleep/sleep.cc

  • Committer: Monty Taylor
  • Date: 2010-07-08 04:31:12 UTC
  • mfrom: (1644.1.6 build)
  • Revision ID: mordred@inaugust.com-20100708043112-3l45pzavenlr7xu4
Merged in master.opt plugin consolidation, VJ's work with mysql-protocol and
drizzle-protocol plugin options and a drizzletest segfault bugfix from
Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
  return 0;
137
137
}
138
138
 
139
 
DRIZZLE_PLUGIN(sleep_plugin_init, NULL);
 
139
DRIZZLE_PLUGIN(sleep_plugin_init, NULL, NULL);