Daniel Kinzler has uploaded a new change for review. Change subject: (no bug) create client cache tables only if needed. ......................................................................
(no bug) create client cache tables only if needed. This skips creation of the client side cachign tables if repoDatabase is set, indicating that direct access to the repository's database is possible. This also disabled the creation of other client side database tables like wbc_item_usage defined in WikibaseClient.sql. Change-Id: I579e7e40c159d2d0204af795b60bc4fdeb59ce6f --- M client/WikibaseClient.hooks.php M client/tests/phpunit/includes/CachedEntityTest.php M client/tests/phpunit/includes/store/EntityCacheTableTest.php 3 files changed, 38 insertions(+), 29 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/60/36160/1 -- To view, visit https://gerrit.wikimedia.org/r/36160 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I579e7e40c159d2d0204af795b60bc4fdeb59ce6f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
