On Tue, Apr 12, 2011 at 11:58 AM, Dan Cook (dancook) <dancook@stripped>wrote:
> Again this system is heavily loaded test system with the disk 100%
> utilized. Under normal conditions everything is OK. What worries me
> is the NULL this pointer. The query being executed should return 0 or 1
> rows.
>
Dan,
I should have replied all. Can you check driver_ in frame 3 of you core - I
suspect that it is NULL.
http://dev.mysql.com/doc/refman/5.5/en/null-mysql-store-result.html
Seems to be a mysql api issue. Maybe you could try the workaround they
suggest.
Adrian Cornish