| Reducing the MySQL query lock timeout? |
Apart from sniping the queries, is there any other way to reduce the amount of time that a query will wait before giving up on getting access to a locked table?
posted at: 15:04 | path: /mysql | permanent link to this entry
-
#1
Sara
What version of mysql? table_lock_wait_timeout is a configurable variable in mysql 5.0 I don't know of anything similar in 4.0/4.1, though you might be able to backport from 5.0.
