~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/t/mysqladmin.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
--exec $MYSQLADMIN --defaults-file=$MYSQLTEST_VARDIR/tmp/bug10608.cnf -S $MASTER_MYSOCK -P $MASTER_MYPORT  -u root --password= ping 2>&1
34
34
 
35
35
remove_file $MYSQLTEST_VARDIR/tmp/bug10608.cnf;
 
36
 
 
37
--echo #
 
38
--echo # Bug#58221 : mysqladmin --sleep=x --count=x keeps looping
 
39
--echo #
 
40
 
 
41
--echo # Executing mysqladmin with --sleep=1 and --count=2.
 
42
--exec $MYSQLADMIN -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --sleep=1 --count=2 ping > $MYSQLTEST_VARDIR/tmp/mysqladmin.tmp
 
43
--echo # Done.
 
44
--echo # Displaying the output :
 
45
--cat_file $MYSQLTEST_VARDIR/tmp/mysqladmin.tmp
 
46
 
 
47
--remove_file $MYSQLTEST_VARDIR/tmp/mysqladmin.tmp