Hi,

I encounter a strange problem on one of my server with a lot of heap table.
(I'm using latest mysql-4.0.2 version)
Here is the error :

mysql> use forum;
Database changed
mysql> SELECT * FROM online;
ERROR 1030: Got error 124 from table handler
mysql> SELECT * FROM online;
ERROR 1030: Got error 124 from table handler
mysql> SELECT * FROM online;
+---------+------------+-----+-------+--------+
| pseudo  | date       | cat | forum | search |
+---------+------------+-----+-------+--------+
| wipe0ut | 1015040309 |   1 |     1 |      0 |
| thoomis | 1015040303 |   4 |     1 |      0 |
+---------+------------+-----+-------+--------+
2 rows in set (0.00 sec)

How could this be possible with a heap table ??

Thank you :)

Regards,

Jocelyn Fournier
Presence-PC


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to