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

Chad H. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DBO_IGNORE not working on   |hhvm has problems when
                   |hhvm                        |mysql queries fail

--- Comment #1 from Chad H. <[email protected]> ---
DBO_IGNORE does work, I misdiagnosed the cause. Figured it out a bit more
today.

So it turns out HHVM shows a notice whenever a query fails due to the table not
existing. tableExists() makes no assumptions about whether the table exists, so
I rewrote it in gerrit 87281 to use information_schema instead.

Possibly a wider problem with mysql query errors + hhvm though. Needs more
investigation. If there's a solution that makes gerrit 87281 unnecessary, I'm
for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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