Bug #59830 | parts.partition_debug_innodb failing due to case difference on windows | ||
---|---|---|---|
Submitted: | 31 Jan 2011 5:42 | Modified: | 30 Jun 2011 14:57 |
Reporter: | Anitha Gopi | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Tests: Server | Severity: | S3 (Non-critical) |
Version: | mysql-trunk | OS: | Any |
Assigned to: | Mattias Jonsson | CPU Architecture: | Any |
Tags: | pb2 |
[31 Jan 2011 5:42]
Anitha Gopi
[31 Jan 2011 7:54]
Mattias Jonsson
Test fails in 5.5+ under windows for debug-builds. Fix is: === modified file 'mysql-test/suite/parts/inc/partition_fail.inc' --- mysql-test/suite/parts/inc/partition_fail.inc 2010-10-01 13:59:07 +000 0 +++ mysql-test/suite/parts/inc/partition_fail.inc 2011-01-31 07:49:33 +000 0 @@ -23,6 +23,7 @@ --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 @@ --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
[31 Jan 2011 8:30]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/130005 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
[30 Jun 2011 14:57]
Paul DuBois
Closed bug since it is already pushed into mysql-trunk when merging WL#5217.