diff options
author | Horst.Hunger <horst.hunger@sun.com> | 2009-11-23 17:38:42 +0100 |
---|---|---|
committer | Horst.Hunger <horst.hunger@sun.com> | 2009-11-23 17:38:42 +0100 |
commit | 206c636ec8df77b50204e305a3ad44b6ed32b3bc (patch) | |
tree | ddea188bfb6fbcb369218aaff37e2beabaea38bd /mysql-test/include/ipv6_clients.inc | |
parent | 23159440504311372b2c081c1b5f2cb2f7d98ef3 (diff) | |
download | mariadb-git-206c636ec8df77b50204e305a3ad44b6ed32b3bc.tar.gz |
Reviewed patch of QA results for WL#798.
Diffstat (limited to 'mysql-test/include/ipv6_clients.inc')
-rw-r--r-- | mysql-test/include/ipv6_clients.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/ipv6_clients.inc b/mysql-test/include/ipv6_clients.inc new file mode 100644 index 00000000000..3f2b35d811a --- /dev/null +++ b/mysql-test/include/ipv6_clients.inc @@ -0,0 +1,7 @@ +--exec $MYSQLADMIN --no-defaults --default-character-set=latin1 -h $IPv6 -P $MASTER_MYPORT -u root ping +--disable_result_log +--exec $MYSQL_CHECK -h $IPv6 -P $MASTER_MYPORT -u root test +--exec $MYSQL_DUMP -h $IPv6 -P $MASTER_MYPORT -u root test +--exec $MYSQL_SHOW -h $IPv6 -P $MASTER_MYPORT -u root +--exec $MYSQL --host=$IPv6 --port=$MASTER_MYPORT --user=root test -e "SELECT current_user();SELECT user();" +--enable_result_log |