MySQL Forums
Forum List  »  InnoDB

InnoDB table locking error
Posted by: Imran Akbar
Date: March 08, 2013 11:14AM

I'm seeing this error in my logs after running a query:
[ERROR] Got error 147 when reading table './epi/epi_qe_meas_values'

Looking up that error, it's:
MySQL error code 147: Lock table is full; Restart program with a larger locktable

The table is using the InnoDB engine, and I have innodb_table_locks set to ON.
I couldn't find any mention of this error in this forum or in the MySQL documentation.
Some pages on the web have suggested turning innodb_table_locks to OFF before running the query, or increasing the innodb_buffer_pool_size.

Any ideas how to fix this?

thanks,
imran

Options: ReplyQuote


Subject
Views
Written By
Posted
InnoDB table locking error
4461
March 08, 2013 11:14AM
1692
March 09, 2013 09:21AM
1361
March 11, 2013 12:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.