~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/utilities/transaction_reader.cc

  • Committer: Lee Bieber
  • Date: 2010-12-10 21:36:15 UTC
  • mfrom: (1992.1.3 build)
  • Revision ID: kalebral@gmail.com-20101210213615-qt9c09pg7epgdomq
Merge Evan - Add some extra details to the libdrizzle documentation
Merge Shrews - Fix compiler warning about "comparison between signed and unsigned integer expressions
Merge Monty - We were leaving link-warning.h out of the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
      /* A segmented statement that was successfully executed */
368
368
      else
369
369
      {
370
 
        for (int y= 0; y < cached_statement_sql.size(); y++)
 
370
        for (size_t y= 0; y < cached_statement_sql.size(); y++)
371
371
        {
372
372
          cout << cached_statement_sql[y];
373
373
        }