Bug #10980 "fulltext" fails with "Incorrect key file"
Submitted: 31 May 2005 10:04 Modified: 31 May 2005 15:55
Reporter: Lenz Grimmer Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0-current OS:Linux (SUSE Linux 9.3)
Assigned to: Sergey Vojtovich CPU Architecture:Any

[31 May 2005 10:04] Lenz Grimmer
Description:
Last ChangeSet in this tree:

[SNIP]
ChangeSet@1.1938, 2005-05-31 09:30:36+02:00, lenz@mysql.com
  Merge mysql.com:/space/my/mysql-5.0.6-clone
  into mysql.com:/space/my/mysql-5.0-build

ChangeSet@1.1937, 2005-05-30 21:49:59+04:00, konstantin@mysql.com
  One more post-review fix.
[SNIP]

The "fulltext" test fails with the following error:

Starting Tests

TEST                            RESULT
-------------------------------------------------------
fulltext                       [ fail ]

Errors are (from /home/lenz/my/mysql-5.0-build/mysql-test/var/log/mysqltest-time) :
/home/lenz/my/mysql-5.0-build/client/mysqltest: At line 239: query 'select ref_mag from t1 where match ref_mag against ('+test' in boolean mode)' failed: 126: Incorrect key file for table './test/t1.MYI'; try to repair it
(the last lines may be the most important ones)

Aborting: fulltext failed in default mode. To continue, re-run with '--force'.

How to repeat:
Compile the 5.0 tree with BUILD/compile-pentium
Run "mysql-test-run fulltext"
Observe the failure