diff options
author | Satya B <satya.bn@sun.com> | 2009-11-30 10:54:26 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-11-30 10:54:26 +0530 |
commit | b7567b3b8a06bbc4c964000bef68afae7f065d35 (patch) | |
tree | bc2c93f79915196150ae088f168f5dfa99e718f0 /mysql-test | |
parent | 2414303838e8857f0768ab1c0f473a314345b7af (diff) | |
download | mariadb-git-b7567b3b8a06bbc4c964000bef68afae7f065d35.tar.gz |
Additional Fix for BUG#47671 - wrong character-set after upgrade from 5.1.34 to 5.1.39
Fix for failure on windows PB2 because of the result content mismatch.
In windows additional information about TCP port was causing failures.
Added to regex.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/bug47671.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bug47671.test b/mysql-test/t/bug47671.test index df5b4586dc0..c3f66a9f502 100644 --- a/mysql-test/t/bug47671.test +++ b/mysql-test/t/bug47671.test @@ -5,5 +5,5 @@ --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.*// +--replace_regex /.*mysql.*// /Connection.*// /Current.*// /SSL.*// /Using.*// /Server version.*// /Protocol.*// /UNIX.*// /Uptime.*// /Threads.*// /TCP.*// --exec $MYSQL -e "status"; |