when a BDB table is being written to and another thread
issues a query I sometimes get this error code. Ideas?
The table is fresh it was created by the dumpfile that another
thread is loading in while I'm running the count query.

this is mysql-max 3.23.37


mysql> select count(*) from _data;
+----------+
| count(*) |
+----------+
|   125917 |
+----------+
1 row in set (26.58 sec)

mysql> select count(*) from _data;
ERROR 1030: Got error -30996 from table handler


both queries were run while the table was loading the data,
the data is in the extedned-insert format.

---------------------------------------------------------------------
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