~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Brian Aker
  • Date: 2010-05-13 15:31:24 UTC
  • mfrom: (1527.1.5 staging)
  • Revision ID: brian@gaz-20100513153124-88rgoeimpu2ectyt
MErge Monty (this includes Innodb fix for Stewart).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2636
2636
      if (drizzle_result_row_count(&tables) > 0 && !opt_silent && write_info)
2637
2637
      {
2638
2638
        tee_fprintf(stdout,
2639
 
                    _("Reading table information for completion of table and column names\n"
2640
 
                      "You can turn off this feature to get a quicker startup with -A\n\n"));
 
2639
                    _("Reading table information for completion of "
 
2640
                      "table and column names\n"
 
2641
                      "You can turn off this feature to get a quicker "
 
2642
                      "startup with -A\n\n"));
2641
2643
      }
2642
2644
      while ((table_row=drizzle_row_next(&tables)))
2643
2645
      {