~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.c

  • Committer: Brian Aker
  • Date: 2008-07-16 21:28:26 UTC
  • mfrom: (77.3.28 glibclient)
  • Revision ID: brian@tangent.org-20080716212826-p44t3u6v1zb0dmxg
Merge from Monty

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
  {