~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.cc

  • Committer: Mark Atwood
  • Date: 2008-10-16 11:16:12 UTC
  • mfrom: (520.1.2 drizzle)
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016111612-5nei7m5subslx912
mergeĀ fromĀ head

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