~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.cc

  • Committer: Andrew Hutchings
  • Date: 2011-03-29 09:33:49 UTC
  • mto: (2257.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: andrew@linuxjedi.co.uk-20110329093349-oz4cgb9f7l1032m3
Fix Drizzle to compile in GCC 4.6 (which fires warnings and therefore errors if a variable is set and not read)

Show diffs side-by-side

added added

removed removed

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