~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 03:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 413.
  • Revision ID: brian@tangent.org-20080928032053-rclc4iiwmwedsf73
Work on removing GNU specific calls.

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;