~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:59 UTC
  • mfrom: (518 drizzle)
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063259-fwbqogq7lnezct0l
Merged with 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));