file
38 rows where patch_id = 60356
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
276866 | 60356 60356 | includes/Rest/Handler.php |
276867 | 60356 60356 | includes/Revision/RevisionRenderer.php |
276868 | 60356 60356 | includes/Revision/RevisionStore.php |
276869 | 60356 60356 | includes/Storage/NameTableStore.php |
276870 | 60356 60356 | includes/Storage/PageEditStash.php |
276871 | 60356 60356 | includes/Storage/PageUpdater.php |
276872 | 60356 60356 | includes/cache/LinkCache.php |
276873 | 60356 60356 | includes/externalstore/ExternalStoreDB.php |
276874 | 60356 60356 | includes/libs/objectcache/ReplicatedBagOStuff.php |
276875 | 60356 60356 | includes/libs/rdbms/ChronologyProtector.php |
276876 | 60356 60356 | includes/libs/rdbms/TransactionProfiler.php |
276877 | 60356 60356 | includes/libs/rdbms/connectionmanager/ConnectionManager.php |
276878 | 60356 60356 | includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManager.php |
276879 | 60356 60356 | includes/libs/rdbms/database/DBConnRef.php |
276880 | 60356 60356 | includes/libs/rdbms/database/Database.php |
276881 | 60356 60356 | includes/libs/rdbms/database/DatabaseMysqlBase.php |
276882 | 60356 60356 | includes/libs/rdbms/lbfactory/ILBFactory.php |
276883 | 60356 60356 | includes/libs/rdbms/lbfactory/LBFactory.php |
276884 | 60356 60356 | includes/libs/rdbms/loadbalancer/LoadBalancer.php |
276885 | 60356 60356 | includes/libs/rdbms/loadmonitor/LoadMonitor.php |
276886 | 60356 60356 | includes/logging/LogEventsList.php |
276887 | 60356 60356 | includes/objectcache/SqlBagOStuff.php |
276888 | 60356 60356 | includes/page/WikiPage.php |
276889 | 60356 60356 | includes/page/WikiPageFactory.php |
276890 | 60356 60356 | includes/revisiondelete/RevDelList.php |
276891 | 60356 60356 | includes/upload/UploadFromChunks.php |
276892 | 60356 60356 | includes/user/User.php |
276893 | 60356 60356 | maintenance/deleteOrphanedRevisions.php |
276894 | 60356 60356 | maintenance/includes/DeleteLocalPasswords.php |
276895 | 60356 60356 | maintenance/initSiteStats.php |
276896 | 60356 60356 | maintenance/mysql.php |
276897 | 60356 60356 | maintenance/showJobs.php |
276898 | 60356 60356 | maintenance/sql.php |
276899 | 60356 60356 | maintenance/updateArticleCount.php |
276900 | 60356 60356 | tests/phpunit/MediaWikiIntegrationTestCase.php |
276901 | 60356 60356 | tests/phpunit/includes/Revision/RevisionRendererTest.php |
276902 | 60356 60356 | tests/phpunit/includes/db/LBFactoryTest.php |
276903 | 60356 60356 | tests/phpunit/includes/db/LoadBalancerTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);