Rename getSlavePos() => getReplicaPos()
[lhc/web/wiklou.git] / includes / libs / rdbms / database / DatabaseMysqlBase.php
2016-09-24 Aaron SchulzRename getSlavePos() => getReplicaPos()
2016-09-24 Aaron SchulzRemove unused Database::isView()/clearViewsCache()...
2016-09-23 jenkins-botMerge "Revert "resourceloader: Make cache-eval in mw...
2016-09-23 jenkins-botMerge "Add HTMLFormField class for MWRestrictions and...
2016-09-23 jenkins-botMerge "Log when Message::__toString has an unexpected...
2016-09-23 jenkins-botMerge "ScopedCallback: Fix a typo in a comment"
2016-09-23 jenkins-botMerge "Handle links with multiple pipes correctly in...
2016-09-23 jenkins-botMerge "Move tagging of API deletions to RC save"
2016-09-23 jenkins-botMerge "Ensure users are able to edit the page after...
2016-09-23 jenkins-botMerge "Inject "srvCache" and local DB connections into...
2016-09-23 jenkins-botMerge "Revert "Move wfEscapeWikiText() to Parser::escap...
2016-09-22 jenkins-botMerge "Support multiple limits and arbitrary periods...
2016-09-22 jenkins-botMerge "Split out new ObjectCache::newWANCacheFromParams...
2016-09-22 jenkins-botMerge "Make MigrateFileRepoLayout use getErrors()"
2016-09-22 jenkins-botMerge "Move wfEscapeWikiText() to Parser::escapeWikitext()"
2016-09-22 jenkins-botMerge "Break long lines and generalize some comments...
2016-09-22 jenkins-botMerge "Inject schema vars into DatabaseMysql"
2016-09-22 Aaron SchulzInject schema vars into DatabaseMysql
2016-09-22 jenkins-botMerge "Remove old remapping hacks from Database::indexN...
2016-09-22 jenkins-botMerge "Follow-up 764cd6a1: unbreak quiet buttons"
2016-09-22 jenkins-botMerge "Remove MediaWiki mentions from /rdbms error...
2016-09-22 jenkins-botMerge "Remove screen layout references in passwordreset...
2016-09-22 jenkins-botMerge "Add deprecated comment to Article::doEdit()"
2016-09-22 jenkins-botMerge "time: Implement ConvertableTimestamp::convert()"
2016-09-22 jenkins-botMerge "Move SamplingStatsdClient into stats/ subdirectory"
2016-09-22 jenkins-botMerge "refreshLinks: Use vslow group for DB_REPLICA...
2016-09-22 jenkins-botMerge "Dependency inject $wgTmpDirectory into FileBacke...
2016-09-21 jenkins-botMerge "Cleanup method visibilites in Database"
2016-09-21 jenkins-botMerge "Set more FakeDatabaseMysqlBase fields in __const...
2016-09-21 L10n-botMerge "Localisation updates from https://translatewiki...
2016-09-21 jenkins-botMerge "Clean up lock name in lock messages in DatabaseM...
2016-09-21 jenkins-botMerge "Fix IDEA warnings in CloneDatabase"
2016-09-21 jenkins-botMerge "Set more fields in fake DB subclasses to avoid...
2016-09-21 jenkins-botMerge "Set the DatabaseDomain in some tests classes...
2016-09-21 jenkins-botMerge "Remove dangling $wgDBmysql5 usage from DatabaseM...
2016-09-21 jenkins-botMerge "Check Database::mSessionTempTables in Database...
2016-09-21 Aaron SchulzCheck Database::mSessionTempTables in Database::tableEx...
2016-09-21 jenkins-botMerge "Make LBFactory::waitForReplication() use "domain...
2016-09-21 jenkins-botMerge "Remove .mw-help-field-hint and -data CSS classes...
2016-09-21 Brad JorschAdd table prefix in new MySQL tableExists()
2016-09-21 jenkins-botMerge "Fix importation of weird file names in importTex...
2016-09-21 jenkins-botMerge "Move XMP* classes to includes/libs"
2016-09-21 jenkins-botMerge "XMPValidate: Use ConvertibleTimestamp instead...
2016-09-21 jenkins-botMerge "mediawiki.requestIdleCallback: Avoid native...
2016-09-21 jenkins-botMerge "Toolbox: Mark RecentChangesLinked link as nofollow"
2016-09-21 jenkins-botMerge "Improve lag/flag behavior and docs in LoadBalancer"
2016-09-21 Aaron SchulzClean up lock name in lock messages in DatabaseMysqlBase
2016-09-21 jenkins-botMerge "Use Status::isOK() method in FileDeleteForm"
2016-09-21 jenkins-botMerge "jsduck: Remove custom @source tag"
2016-09-20 jenkins-botMerge "Mention the lock name in DatabaseMysqlBase lock...
2016-09-20 Aaron SchulzMention the lock name in DatabaseMysqlBase lock() errors
2016-09-20 jenkins-botMerge "FSFile and TempFSFile cleanups"
2016-09-20 jenkins-botMerge "Move some FileBackend related classes to /libs"
2016-09-20 jenkins-botMerge "Avoid TransactionProfiler notices for TEMPORARY...
2016-09-20 jenkins-botMerge "Emit deprecation warnings from Article::fetchCon...
2016-09-20 jenkins-botMerge "Pass User to SearchEngine::getProfiles"
2016-09-20 jenkins-botMerge "Fix minor SqliteInstaller IDEA warning"
2016-09-20 jenkins-botMerge "Set an initial dummy domain in Database::__const...
2016-09-20 jenkins-botMerge "Deprecfate WikiRevision::getText"
2016-09-20 jenkins-botMerge "Improve tableExists() for MySQL"
2016-09-20 Aaron SchulzImprove tableExists() for MySQL
2016-09-20 jenkins-botMerge "Extract replacePrefixes into a static method"
2016-09-20 jenkins-botMerge "Make rebuildFileCache cover ?action=history"
2016-09-19 jenkins-botMerge "Avoid using cascadingDeletes()/cleanupTriggers()"
2016-09-19 jenkins-botMerge "Avoid calling awful DatabaseBase::strictIPs...
2016-09-19 jenkins-botMerge "Html: Update list of $voidElements"
2016-09-19 jenkins-botMerge "Various small cleanups to ResultWrapper"
2016-09-19 jenkins-botMerge "Move LBFactorySingle to /libs/rdbms"
2016-09-19 jenkins-botMerge "Add Localisation to the links, add the link...
2016-09-19 Aaron SchulzStub out DatabaseBase::getSearchEngine() as a dummy...
2016-09-19 jenkins-botMerge "Make ApiMain use isBot() to catch global bots...
2016-09-19 jenkins-botMerge "Move LIST_ constaints to IDatabase class constants"
2016-09-19 Aaron SchulzMove LIST_ constaints to IDatabase class constants
2016-09-18 jenkins-botMerge "Move LBFactoryMulti to /libs/rdbms"
2016-09-18 jenkins-botMerge "Move mysql database classes to /libs/rdbms"
2016-09-17 Aaron SchulzMove mysql database classes to /libs/rdbms