diff options
| author | unknown <monty@donna.mysql.com> | 2001-01-04 02:56:38 +0200 |
|---|---|---|
| committer | unknown <monty@donna.mysql.com> | 2001-01-04 02:56:38 +0200 |
| commit | e724a8479aa31d4a5950b4df079fcd5d4bbc604a (patch) | |
| tree | 372d81dfa5cc567493d3b099189518dfa6fc14c5 /mysql-test/t/rpl000014.test | |
| parent | 0f7e02820b9e094930fdb83660b85e08d42069cd (diff) | |
| download | mariadb-git-e724a8479aa31d4a5950b4df079fcd5d4bbc604a.tar.gz | |
Fixes to get mysql-test-run more portablemysql-3.23.30-gamma
Docs/manual.texi:
More examples based on user comments
client/mysqltest.c:
Added --sleep and --tmpdir
mysql-test/README:
Update
mysql-test/include/master-slave.inc:
Fixed to not be dependent on path to sockets
mysql-test/install_test_db.sh:
Added privilege for hostname%
mysql-test/mysql-test-run.sh:
Portability fixes + a lot of new options
mysql-test/r/bigint.result:
Made test portable
mysql-test/t/bigint.test:
Made test portable
mysql-test/t/rpl000008.test:
Changed sleeptime
mysql-test/t/rpl000012.test:
Fixed to not be dependent on path to sockets
mysql-test/t/rpl000013.test:
Fixed to not be dependent on path to sockets
mysql-test/t/rpl000014.test:
Fixed to not be dependent on path to sockets
mysql-test/t/rpl000015.test:
Fixed to not be dependent on path to sockets
mysql-test/t/rpl000016.test:
Fixed to not be dependent on path to sockets
Diffstat (limited to 'mysql-test/t/rpl000014.test')
| -rw-r--r-- | mysql-test/t/rpl000014.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000014.test b/mysql-test/t/rpl000014.test index 3ab5360d82d..1a2ce014813 100644 --- a/mysql-test/t/rpl000014.test +++ b/mysql-test/t/rpl000014.test @@ -1,4 +1,5 @@ source include/master-slave.inc; +source include/have_default_master.inc; connection master; show master status; connection slave; |
