diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-27 17:55:08 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-27 17:55:08 +0400 |
commit | 88893ddfe5b598321ea67892df61ff6d728bf526 (patch) | |
tree | cb9c5e5fb432b2ddd4cb0714b52ac3bfe2fd1b3d /mysql-test | |
parent | c431088d0304e7df6c47ad65b9b64a1a4700446c (diff) | |
download | mariadb-git-88893ddfe5b598321ea67892df61ff6d728bf526.tar.gz |
Fixes for bug47671.test:
- embedded server doesn't support external clients
- removed unnecessary command line options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/bug47671.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/bug47671.test b/mysql-test/t/bug47671.test index 3efff39ff58..df5b4586dc0 100644 --- a/mysql-test/t/bug47671.test +++ b/mysql-test/t/bug47671.test @@ -1,6 +1,9 @@ +# Embedded server doesn't support external clients +--source include/not_embedded.inc + --echo # --echo # Bug#47671 - wrong character-set after upgrade from 5.1.34 to 5.1.39 --echo # --echo # Extract only charset information from 'status' command output using regex --replace_regex /.*mysql.*// /Connection.*// /Current.*// /SSL.*// /Using.*// /Server version.*// /Protocol.*// /UNIX.*// /Uptime.*// /Threads.*// ---exec $MYSQL -u root test -e "status"; +--exec $MYSQL -e "status"; |