~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/mi.cc

  • Committer: Lee
  • Date: 2009-01-06 20:24:58 UTC
  • mfrom: (759 drizzle)
  • mto: This revision was merged to the branch mainline in revision 763.
  • Revision ID: lbieber@lbieber-desktop-20090106202458-82n4kyftrnakvl4r
merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
 
252
252
  inited= 1;
253
253
  if ((error= test(flush())))
254
 
    sql_print_error(_("Failed to flush master info file"));
 
254
    errmsg_printf(ERRMSG_LVL_ERROR, _("Failed to flush master info file"));
255
255
  pthread_mutex_unlock(&data_lock);
256
256
  return(error);
257
257