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 | 69126af305984eb5ea13f686a2b5f86b79c8f3c6 (patch) | |
tree | cb9c5e5fb432b2ddd4cb0714b52ac3bfe2fd1b3d | |
parent | 96ffcff0592c4e67ff201848019ecc674e84b775 (diff) | |
download | mariadb-git-69126af305984eb5ea13f686a2b5f86b79c8f3c6.tar.gz |
Fixes for bug47671.test:
- embedded server doesn't support external clients
- removed unnecessary command line options
-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"; |