Confirmed fixed, MBR looks like a much more reasonable 32k now.
Thanks!
Confirmed fixed, MBR looks like a much more reasonable 32k now.
Thanks!
I think i found the problem; MYSQL.class.php changed its method to require a valid queryResult from reap_async_query before incrementing the processed counter. I admit to hypothesizing since i’m not intimately familiar with the code, but the return value of reap_async_query is only useful for queries that have return data. If an insert/update/etc query is getting passed in, i think it will always return FALSE - which will cause the process counter to never be incremented, causing an infinite loop.
</speculation>