~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_repl.cc

  • Committer: Brian Aker
  • Date: 2008-09-28 04:30:30 UTC
  • mfrom: (411.1.1 drizzle)
  • Revision ID: brian@gir.tangent.org-20080928043030-opk05wfxspweeina
Merge of my GNU stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1770
1770
    if (var->value != buff)
1771
1771
      buff--;                           // Remove last ','
1772
1772
    if (i < MAX_SLAVE_ERROR)
1773
 
      buff= stpcpy(buff, "...");  // Couldn't show all errors
 
1773
      buff= my_stpcpy(buff, "...");  // Couldn't show all errors
1774
1774
    *buff=0;
1775
1775
  }
1776
1776
  return 0;