summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSatya B <satya.bn@sun.com>2009-11-30 10:54:26 +0530
committerSatya B <satya.bn@sun.com>2009-11-30 10:54:26 +0530
commit181a29f20ac077aca69bee493eab946c6fb444f2 (patch)
treebc2c93f79915196150ae088f168f5dfa99e718f0 /mysql-test
parentb9f9fe2e1a8ce599140d38cfd8f7d58b5344e36e (diff)
downloadmariadb-git-181a29f20ac077aca69bee493eab946c6fb444f2.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.test2
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";