~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.cc

  • Committer: Brian Aker
  • Date: 2009-03-27 00:16:33 UTC
  • mfrom: (965.1.1 merge)
  • Revision ID: brian@tangent.org-20090327001633-qfvtqnccw5rh8qn5
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  }
41
41
 
42
42
  plugin->data= (void *)p;
43
 
  plugin->state= PLUGIN_IS_READY;
44
43
 
45
44
  return 0;
46
45
}