Hi,
I am experiencing an issue with InnonDB. I did a "SHOW PROCESSLIST;" and it shows that many of my update queries were stuck at the "Waiting for table level lock" state. All update queries are performed on different rows within the same table. I am running MySQL 5.5 with InnoDB. InnoDB_table_locks is default (true). Autocommit is ON. I am not doing any explicit LOCK_TABLEs. Transaction-isolation is READ-COMMITTED.
I am experiencing an issue with InnonDB. I did a "SHOW PROCESSLIST;" and it shows that many of my update queries were stuck at the "Waiting for table level lock" state. All update queries are performed on different rows within the same table. I am running MySQL 5.5 with InnoDB. InnoDB_table_locks is default (true). Autocommit is ON. I am not doing any explicit LOCK_TABLEs. Transaction-isolation is READ-COMMITTED.