~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.cc

sync with latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
  return(error);
193
193
 
194
194
err:
195
 
  sql_print_error(msg);
 
195
  sql_print_error("%s",msg);
196
196
  end_io_cache(&rli->info_file);
197
197
  if (info_fd >= 0)
198
198
    my_close(info_fd, MYF(0));