~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-09-23 21:40:36 UTC
  • mfrom: (971.6.13 eday-purecov)
  • Revision ID: brian@gaz-20090923214036-bustj80ei8ysbayf
Old message removal by Eric (no actual code has been harmed in the production of
this patch...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
838
838
    session->client->store(session_info->query);
839
839
 
840
840
    if (session->client->flush())
841
 
      break; /* purecov: inspected */
 
841
      break;
842
842
  }
843
843
  session->my_eof();
844
844
  return;