~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Robert Klahn
  • Date: 2009-07-20 00:22:07 UTC
  • mto: (1093.1.23 captain)
  • mto: This revision was merged to the branch mainline in revision 1099.
  • Revision ID: rklahn@quad-20090720002207-uwswjfdfec0ssda2
more changes from code review feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
1864
1864
          fprintf(stderr, _("Processing line: %"PRIu32"\n"), line_number);
1865
1865
      }
1866
1866
      if (!glob_buffer->empty())
1867
 
        status.query_start_line=line_number;
 
1867
        status.query_start_line= line_number;
1868
1868
    }
1869
1869
    else
1870
1870
    {