Hello there,

We have a problem with the LOAD INDEX INTO CACHE command which is
supposed to be fixed in version 4.1.10

It may be fixed, but then we don't get the way to make it work.

We want to load all the indexes of one of our big table into the main key cache.
This table is myISAM, and has all sort of indexes, including UNIQUE
AND FULLTEXT.

When we try to load the indexes into cache, we have the following error :
"Indexes use different block size" "Operation Failed"

Now we created a small test table with 2 rows :
A integer, primary key, and a varchar(100) filled 10 times with MD5
values of NOW().
When the varchar row is not indexed, the command works fine, but when
we index it, LOAD INDEX INTO CACHE returns the same error. This means
this is not the FULLTEXT which create the problem.

Key buffer block size is set to 1024.
Tried to change it to 2048 but won't do.

Any help would be greatly appreciated.
Otherwise, I'll post a bug report.

Thank you

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to