~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.cc

  • Committer: Lee Bieber
  • Date: 2011-03-29 21:04:17 UTC
  • mfrom: (2253.1.2 trunk-gcc-4.6)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: kalebral@gmail.com-20110329210417-pqw4ll0hq5e32z9u
Merge Andrew - 743842: Build failure using GCC 4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
  if (opt_autocommit)
287
287
    os << "START TRANSACTION;" << std::endl;
288
288
 
289
 
  std::streampos out_position= os.tellp();
290
 
 
291
289
  while((row= drizzle_row_next(obj.result)))
292
290
  {
293
291
    rownr++;