On Tue, Mar 3, 2009 at 10:53 AM, Carl <c...@etrak-plus.com> wrote:
> A query that is selecting data for a report locks the files that it accesses 
> forcing users who are attempting to enter transactions to wait until the 
> select query is finished.

Is it an INSERT INTO...SELECT FROM?  Those lock.  Also, have you
verified that each table you think is InnoDB really is?  Do a SHOW
CREATE TABLE on them.

- Perrin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to