~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

more header file cleanup and sync with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1699
1699
      line_number++;
1700
1700
      if (show_progress)
1701
1701
      {
1702
 
        if ((line_number & 1000) == 0)
 
1702
        if ((line_number % 1000) == 0)
1703
1703
          fprintf(stderr, _("Processing line: %"PRIu32"\n"), line_number);
1704
1704
      }
1705
1705
      if (!glob_buffer->empty())