~ubuntu-branches/ubuntu/oneiric/mysql-5.1/oneiric-updates

« back to all changes in this revision

Viewing changes to mysql-test/include/wait_until_disconnected.inc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2011-07-17 17:26:27 UTC
  • mfrom: (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110717172627-6ml4e6l16adhecmy
Tags: 5.1.58-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
let $mysql_errno= 0;
8
8
while (!$mysql_errno)
9
9
{
10
 
  --error 0,1053,2002,2006,2013
 
10
  --error 0,1040,1053,2002,2003,2006,2013
11
11
  show status;
12
12
 
13
13
  dec $counter;