threads/135673: databases/mysql50-server - MySQL query lock-ups
on 7.2-RELEASE amd64
Shane Bester
shane.bester at oracle.com
Mon Aug 1 11:00:21 UTC 2011
The following reply was made to PR threads/135673; it has been noted by GNATS.
From: Shane Bester <shane.bester at oracle.com>
To: bug-followup at FreeBSD.org, freebsd-bugs at desert.net
Cc:
Subject: Re: threads/135673: databases/mysql50-server - MySQL query lock-ups
on 7.2-RELEASE amd64
Date: Mon, 01 Aug 2011 11:57:37 +0200
Hi!
Can anybody who frequently hits this hangup with relatively simple queries
against MyISAM tables please let us know if this solves or avoids the issue:
Add to [mysqld] section of my.cnf:
concurrent_insert=0
or SET GLOBAL concurrent_insert=0;
More information about the freebsd-threads
mailing list