~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.c

  • Committer: Monty Taylor
  • Date: 2008-07-16 19:46:20 UTC
  • mfrom: (171.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080716194620-wkfqla6r9aqgoa5f
Merged Patrick's changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
637
637
  if (opt_all_in_1)
638
638
  {
639
639
    /* No backticks here as we added them before */
640
 
    query_length= my_sprintf(query,
641
 
                             (query, "%s TABLE %s %s", op, tables, options));
 
640
    query_length= sprintf(query, "%s TABLE %s %s", op, tables, options);
642
641
  }
643
642
  else
644
643
  {