Christian Hammers wrote:
That bug is supposed to be fixed since 5.0.26 if I read it correctly.

Yep, but I'm facing a symptom very near to the upstream bug reported.
That's why I thought in the first place it was the same bug.

Could you mail me a copy of the mysqldump output you tried to insert? Having something reproducible vastly increases the chance to fix the bug.

I can mail you the dump but only privately (and GPG encrypted) as it's some private data, used for a project I'm working on for a company.

I ask you not to distribute the dump even if that's development stuff.

Thanks a lot for paying attention to that issue.

Here is how to reproduce the bug:
$ echo "create database test_database" | mysql
$ mysql test_database < db/create.sql
$ mysql test_database < db/data.sql
$ mysql test_database
[...]
mysql> select words.id, words.value, sum(count) as count from sitetags, words where words.id = word_id group by word_id order by count desc limit 100;ERROR 126 (HY000): Incorrect key file for table '/tmp/#sql_7b82_0.MYI'; try to repair it
mysql>

I'm mailing you the dump (it's quite big).

Regards,

        Alexis


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to