I've some deadlock problem due to select statement. A read-only session causes a deadlock with a simple select. I guess it's because my select has sub-select and the share lock put when reading the sub-select is kept when putting the shared lock for the main select. Is this possible ? Any solution to avoid this ?
Thanks
Philippe
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
