~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 16:31:46 UTC
  • mfrom: (612.2.10 devel)
  • Revision ID: brian@tangent.org-20081126163146-nptzh53wd333f620
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1781
1781
          }
1782
1782
        }
1783
1783
        else
1784
 
          sql_print_error(_("Slave SQL thread retried transaction %lu time(s) "
 
1784
          sql_print_error(_("Slave SQL thread retried transaction %"PRIu64" time(s) "
1785
1785
                            "in vain, giving up. Consider raising the value of "
1786
1786
                            "the slave_transaction_retries variable."),
1787
1787
                          slave_trans_retries);