Re: [sqlite] mutex assert_fail in sqlite3BtreeHoldsMutex in a heavily load DB access in 3.5.7 but not in 3.6.22

2011-05-10 Thread Richard Hipp
On Tue, May 10, 2011 at 10:15 PM, ChingChang Hsiao < chingchang.hs...@overturenetworks.com> wrote: > A script was running for a heavy load DB access. As you can see the sql > statement "select * from service_table where service_no = '13';" in the log. > There is no rows for service_no 13 or 7

[sqlite] mutex assert_fail in sqlite3BtreeHoldsMutex in a heavily load DB access in 3.5.7 but not in 3.6.22

2011-05-10 Thread ChingChang Hsiao
A script was running for a heavy load DB access. As you can see the sql statement "select * from service_table where service_no = '13';" in the log. There is no rows for service_no 13 or 7 in service_table when it is accessed. The logic is check the entry is there or not, if not then insert