~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.cc

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
}
51
51
 
52
52
int replicator_finalizer(st_plugin_int *plugin)
53
 
 
53
{
54
54
  replicator_t *p= (replicator_t *) plugin->data;
55
55
 
56
56
  if (plugin->plugin->deinit)
109
109
{
110
110
  replicator_do1_parms_t parms;
111
111
  bool foreach_rv;
112
 
  
 
112
 
113
113
  /* marshall the parameters so they will fit into the foreach */
114
114
  parms.parm1= parm1;
115
115
  parms.parm2= parm2;