I have an app that (rapidly) adds items (via individual insert statements as
items are parsed in from a file) into the database.  I seem to be randomly
getting "got error 22 from table handler" on what appears to be perfectly
valid INSERT queries.

perror 22 gave:
Error code  22:  Invalid argument

I'm using multithreading in my app, but I make sure to LOCK/UNLOCK my tables
before and after use.
What would cause this?

Adam Clauss
[EMAIL PROTECTED]


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

Reply via email to