Bug #27325 rpl_extraCol_myisam.test fails when not configured with partitions
Submitted: 21 Mar 2007 12:28 Modified: 17 May 2007 20:06
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:5.1.17 OS:Linux (Linux)
Assigned to: Timothy Smith CPU Architecture:Any

[21 Mar 2007 12:28] Ingo Strüwing
Description:
rpl_extraCol_myisam            [ fail ]

Errors are (from /nfstmp1/istruewing/mysql-5.1-blade08/mysql-test/var/log/mysqltest-time) :
mysqltest: In included file "./extra/rpl_tests/rpl_extraSlave_Col.test": At line 785: query 'ALTER TABLE t16 PARTITION BY KEY(c1) PARTITIONS 4' failed: 1289: The 'partitioning' feature is disabled; you need MySQL built with '--with-partition' to have it working
(the last lines may be the most important ones)
Result from queries before failure can be found in /nfstmp1/istruewing/mysql-5.1-blade08/mysql-test/var/log/rpl_extraCol_myisam.log

Stopping All Servers

How to repeat:
./configure --without-innodb --without-ndb --with-debug=full --prefix="$BASEDIR"

Suggested fix:
Please skip the test if partitions are not available.
[23 Apr 2007 22:09] 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/25202

ChangeSet@1.2577, 2007-04-24 00:08:59+02:00, tsmith@quadxeon.mysql.com +1 -0
  Bug #27325: rpl_extraCol_myisam.test fails when not configured with partitions
  
  Skip rpl_extraCol* test cases if server doesn't support partitions.
[25 Apr 2007 19:51] Timothy Smith
This is being pushed as part of a larger fix, in the -build team tree.  See:

http://lists.mysql.com/commits/25441