https://bugzilla.wikimedia.org/show_bug.cgi?id=41656

--- Comment #9 from Yaron Koren <[email protected]> 2012-11-13 13:43:49 UTC ---
I may have some insight into this: yesterday I was trying out my Data Transfer
extension, which uses jobs, on my wiki with MW 1.21alpha, and discovered (like
Raimond) that it wasn't adding anything to the "job" table. I looked into it,
and found that the issue was the call to $dbw->onTransactionIdle() in the
method JobQueueDB::doBatchPush(). Everything inside that set of code was never
called. When I commented out the onTransactionIdle() line (and its closing tag
about 30 lines down), everything worked perfectly again.

By the way, I have PHP 5.3.10 and MySQL 5.5.22 on that server.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to