https://bugzilla.wikimedia.org/show_bug.cgi?id=42430
--- Comment #1 from Niklas Laxström <[email protected]> 2012-11-25 11:50:10 UTC --- This is an issue in the core database abstraction layer. Minimal test case: $db = wfGetDB( DB_SLAVE ); $res = $db->select( 'page', '*', array( 'page_id' => 1 ) ); $db->tableExists( 'foo' ); var_dump( $res->numRows() ); Error in numRows(): Table 'mediawiki.bw_foo' doesn't exist (localhost) -- 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
