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

       Web browser: ---
            Bug ID: 54840
           Summary: DBO_IGNORE not working on hhvm?
           Product: MediaWiki
           Version: 1.22-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

It seems as though DBO_IGNORE isn't working on HHVM. Minimal test case:

$ hhvm eval.php 
> wfGetDB( DB_MASTER )->tableExists( 'foo' );
HipHop Notice: runtime/ext_mysql: failed executing [SELECT /*
DatabaseBase::tableExists  */ 1 FROM `foo` LIMIT 1] [Table 'wikidb.foo' doesn't
exist] in /www/mediawiki/core/includes/db/DatabaseMysql.php on line 38

-- 
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