#At file:///home/svoj/devel/bzr-mysql/mysql-6.0-pe-stage/ based on revid:svoj@stripped
3253 Sergey Vojtovich 2009-05-06
BUG#41860 - Without Windows named pipe
Disable affected test case.
@ mysql-test/r/shm.result
Disable affected by BUG#41860 test case.
@ mysql-test/t/shm.test
Disable affected by BUG#41860 test case.
modified:
mysql-test/r/shm.result
mysql-test/t/shm.test
=== modified file 'mysql-test/r/shm.result'
--- a/mysql-test/r/shm.result 2009-03-26 23:30:56 +0000
+++ b/mysql-test/r/shm.result 2009-05-06 12:54:50 +0000
@@ -2156,7 +2156,8 @@ SET @max_allowed_packet= @@global.max_al
SET @net_buffer_length= @@global.net_buffer_length;
SET GLOBAL max_allowed_packet= 1024;
SET GLOBAL net_buffer_length= 1024;
-ERROR 1153 (08S01) at line 1: Got a packet bigger than 'max_allowed_packet' bytes
+# The following test is disabled until Bug#41860
+# "Without Windows named pipe" is fixed
SET GLOBAL max_allowed_packet= @max_allowed_packet;
SET GLOBAL net_buffer_length= @net_buffer_length;
End of 5.0 tests.
=== modified file 'mysql-test/t/shm.test'
--- a/mysql-test/t/shm.test 2009-03-26 23:17:27 +0000
+++ b/mysql-test/t/shm.test 2009-05-06 12:54:50 +0000
@@ -29,8 +29,10 @@ SET @net_buffer_length= @@global.net_buf
SET GLOBAL max_allowed_packet= 1024;
SET GLOBAL net_buffer_length= 1024;
---error 1
---exec echo SELECT '$stmt'| $MYSQL --protocol=memory --shared-memory-base-name=$name 2>&1
+--echo # The following test is disabled until Bug#41860
+--echo # "Without Windows named pipe" is fixed
+#--error 1
+#--exec echo SELECT '$stmt'| $MYSQL --protocol=memory --shared-memory-base-name=$name 2>&1
SET GLOBAL max_allowed_packet= @max_allowed_packet;
SET GLOBAL net_buffer_length= @net_buffer_length;
Attachment: [text/bzr-bundle] bzr/svoj@sun.com-20090506125450-yokcmvqf2g7jhujq.bundle
| Thread |
|---|
| • bzr commit into mysql-6.0-bugteam branch (svoj:3253) Bug#41860 | Sergey Vojtovich | 6 May |