#At file:///home/msvensson/mysql/next-mr-stage/ based on revid:magnus.blaudd@strippedfx
3315 Magnus Blåudd 2010-10-20
Wl#3126
- fix failing test on Windows by removing the troublesome quotes
modified:
mysql-test/r/mysql.result
mysql-test/t/mysql.test
=== modified file 'mysql-test/r/mysql.result'
--- a/mysql-test/r/mysql.result 2010-10-18 12:18:18 +0000
+++ b/mysql-test/r/mysql.result 2010-10-20 10:50:50 +0000
@@ -435,4 +435,4 @@ Bug #47147: mysql client option --skip-c
End of tests
Connected
-OK
+1
=== modified file 'mysql-test/t/mysql.test'
--- a/mysql-test/t/mysql.test 2010-10-18 12:18:18 +0000
+++ b/mysql-test/t/mysql.test 2010-10-20 10:50:50 +0000
@@ -433,4 +433,4 @@ drop table t1;
# WL#3126 TCP address binding for mysql client library;
# - running mysql --protocol=tcp --bind-address=127.0.0.1
#
---exec $MYSQL --protocol=tcp --bind-address=127.0.0.1 -e "select \"OK\" as Connected"
+--exec $MYSQL --protocol=tcp --bind-address=127.0.0.1 -e "select 1 as Connected"
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20101020105050-mzmju447ag9004iy.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-stage branch (magnus.blaudd:3315) WL#3126 | Magnus Blåudd | 20 Oct |