summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-22 15:33:34 +0200
committerunknown <monty@donna.mysql.com>2001-01-22 15:33:34 +0200
commit3e54e5393293426a9bfb7e6036f7e12bdb71d3b5 (patch)
treeccd9b5c441de00d24eee19f6c4a55a4b4b7bfc6d /mysql-test/t/rpl000015.test
parent6632102983d7f413d77f3f735ec8b22f5ffdcdaf (diff)
downloadmariadb-git-3e54e5393293426a9bfb7e6036f7e12bdb71d3b5.tar.gz
Fixes for OSF1
Made test more reliable on slow machines Docs/manual.texi: Changelog client/mysqladmin.c: Made --silent more silent include/my_pthread.h: Removed warning on OSF1 mysql-test/install_test_db.sh: Allow connections from 127.0.0.1 mysql-test/mysql-test-run.sh: Use mysqladmin ping to test if server is up mysql-test/r/rpl000015.result: Added sleep to make results repeatable mysql-test/t/rpl000015.test: Added sleep to make results repeatable mysql-test/t/rpl000016.test: Added sleep to make results repeatable sql/sql_repl.cc: added DBUG entry sql/sql_table.cc: Removed comparison of virtual functions as this didn't work on Compaq C++ on OSF1
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index b51a77ec873..db5b3c720b2 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -13,6 +13,7 @@ change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=9306;
show slave status;
slave start;
+sleep 3;
show slave status;
connection master;
drop table if exists foo;