Search by property
From cpt
This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.
List of results
- T108144: DB errors with non-UTF8 characters can not be serialized by the API +
- T172497: Fix mediawiki heartbeat model, change pt-heartbeat model to not use super-user, avoid SPOF and switch automatically to the real master without puppet dependency +
- T184458: Floats are badly interpreted in SQL when locale is not English +
- T184529: Define a way to get a database connection based on a logical wiki ID. +
- T188314: Don’t interpret '0' and other “empty” values as “no conditions” in SELECT +
- T191622: Add support for truncating tables +
- T191668: Define varargs in \IDatabase::buildLike() in a way phan can understand it +
- T193565: Foreign query for metawiki fails with "Table 'centralauth.page' doesn't exist" (DBConnRef mixup?) +
- T195792: Add support for setting individual query timeout in wikimedia/rdbms +
- T199535: DBConnRefTest::testConstruct_failure Parameter must be an array or an object that implements Countable +
- T200703: Special:RandomInCategory does not return all pages with equal probability +
- T201781: Undefined property: stdClass::$actor_rev_user.actor_name in /includes/libs/rdbms/database/Database.php on line 1513 +
- T203410: Provide a narrow interface for code that needs to wait for DB replication lag +
- T203700: Fix "Transaction round stage must be 'cursory' (not 'within-rollback')" from LBFactory/DeferredUpdates +
- T205893: Automatically trigger waitForReplication after a sufficiently high number of rows has been written +
- T208047: Deduplicate LoadBalancer.php "Transaction spent X second(s) in writes, exceeding the limit of Y." logs +
- T210206: Deprecate raw SQL conditions for IDatabase methods (select, insert, etc.) +
- T210778: Add IDatabase::updateJoin() +
- T212284: Fatal db error "Could not select database 'centralauth'" (sometimes also 'metawiki') +
- T215169: Database::update() with IGNORE option fails on PostgreSQL (MW-1.32 migration error) +
- T216496: Misleading "replica catching up" error when master DB is down +
- T217720: Investigate rare "DBConnectionError: No working replica DB server" +
- T217743: Database::selectSQLText should prefix 'table_name.*' +
- T218692: read only on mediawiki generates "LoadBalancer.php: Cannot access the database: Unknown error" +
- T224419: Allow MediaWiki to know the "real" DB master +
- T227401: MediaWiki should query master instead of replica if replica is too lagged +
- T229456: Enable MYSQLI_CLIENT_FOUND_ROWS option for consistency with other RDBMS backends +
- T230065: DBQueryError "Commands out of sync" from Rdbms\Database::close +
- T230800: Improve Rdbms/LoadBalance and its LoadMonitor logic +
- T234022: SiteConfiguration.php - Error "no such wiki" when running runJobs.php +
- T235244: Ensure operational visibility in ChronologyProtector +
- T236880: Document when to use different ILoadBalancer::get*Connection* methods +
- T239900: Sync understanding of MediaWiki rdbms 'weight' behaviour with DBAs +
- T241034: Database::isWriteQuery() returns true if the query has leading whitespace +
- T243051: A query builder for MediaWiki core +
- T243619: Disallow db->update() without condition +
- T247167: $wgDBservers does not always equally distribute load +
- T252313: Document mapping of SQL data types across DBMS +
- T253489: FORCE INDEX ends up in the wrong place with a join and force index +
- T254128: DatabaseDomain::getId() with schema incorrect identifier formation +
- T254430: Rdbms overhead due to "SELECT @@GLOBAL.read_only" queries +
- T254634: Determine and implement multi-dc strategy for ChronologyProtector +
- T255202: Logstash messages for DBQueryError should contain the actual error +
- T255492: Consider making ILoadBalancer::getServerConnection private or internal +
- T255493: Consider phasing out ILoadBalancer::getConnectionRef in favour of ILoadBalancer::getLazyConnectionRef +
- T259362: Permit temporary table operations to be executed on replica connections +
- T259518: Decide how JOIN tables should be mentioned in IDatabase::select() +
- T265386: Rewrite LoadMonitor to better handle cache regeneration and improve separation of concern +
- T269161: Disallow direct "BEGIN"/"COMMIT"/"ROLLBACK" via Database::query() +
- T269789: PHP Notice: Undefined index: queries +