#At file:///C:/mysql-bzr/b59830-55/ based on revid:vasil.dimov@stripped
3288 Mattias Jonsson 2011-01-31
Bug#59830: parts.partition_debug_innodb failing due to case difference on windows
Test was not working on windows due to the partitioning names
was folded to lower case, fixed by replacing the results, so
it looks the same on all platforms
modified:
mysql-test/suite/parts/inc/partition_fail.inc
=== modified file 'mysql-test/suite/parts/inc/partition_fail.inc'
--- a/mysql-test/suite/parts/inc/partition_fail.inc 2010-10-01 13:59:07 +0000
+++ b/mysql-test/suite/parts/inc/partition_fail.inc 2011-01-31 08:28:53 +0000
@@ -23,6 +23,7 @@ DROP TABLE t1;
--eval $create_statement
--eval $insert_statement
--echo # State before failure
+--replace_result #p# #P# #sp# #SP#
--list_files $DATADIR/test
SHOW CREATE TABLE t1;
--sorted_result
@@ -32,6 +33,7 @@ LOCK TABLE t1 WRITE;
--eval $fail_statement
--enable_abort_on_error
--echo # State after failure
+--replace_result #p# #P# #sp# #SP#
--list_files $DATADIR/test
SHOW CREATE TABLE t1;
--sorted_result
Attachment: [text/bzr-bundle] bzr/mattias.jonsson@oracle.com-20110131082853-nnrlb7iz2rdg0yat.bundle
Thread |
---|
• bzr commit into mysql-5.5 branch (mattias.jonsson:3288) Bug#59830 | Mattias Jonsson | 31 Jan |