~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/sleep/sleep.cc

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-07-14 19:45:50 UTC
  • mfrom: (1660 build)
  • mto: This revision was merged to the branch mainline in revision 1662.
  • Revision ID: barry.leslie@primebase.com-20100714194550-lf2vn7tnum6keqeo
Merge from main trunk.

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);