Remove reference to deprecated IDatabase->nextSequenceValue()
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 1 Sep 2017 13:46:43 +0000 (09:46 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 1 Sep 2017 16:28:39 +0000 (12:28 -0400)
commit01a10dba5a38101fcd92d4cc9e6684b938af0911
treedae1469b2608fe5c3c907c2addec712eb72d745c
parentf5b9af121a07ecc674a63cbc65c3a01e9fa7d785
Remove reference to deprecated IDatabase->nextSequenceValue()

The method was deprecated and made unnecessary in Ib308190c.

Change-Id: I1729ac0b3a88270a4c2f064187a2472112aaeb1e
17 files changed:
includes/Block.php
includes/CommentStore.php
includes/Revision.php
includes/changes/RecentChange.php
includes/deferred/LinksUpdate.php
includes/externalstore/ExternalStoreDB.php
includes/import/WikiRevision.php
includes/jobqueue/JobQueueDB.php
includes/libs/rdbms/database/IDatabase.php
includes/logging/LogEntry.php
includes/logging/LogPage.php
includes/page/WikiPage.php
includes/site/DBSiteStore.php
includes/upload/UploadStash.php
includes/user/User.php
maintenance/fixExtLinksProtocolRelative.php
tests/phpunit/includes/CommentStoreTest.php