* Support for table name prefixes throughout the code. No support yet for converting...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jul 2004 08:48:43 +0000 (08:48 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jul 2004 08:48:43 +0000 (08:48 +0000)
commitac549401d4ddaf655ec47cd1e66092fdc83ab30b
tree44156235c5ff0c2a40406d3c211895da41177a03
parentd052c2c95d346baa97a57af975d67be92f33f45c
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
93 files changed:
config/index.php
includes/Article.php
includes/Block.php
includes/Database.php
includes/DatabaseFunctions.php
includes/DatabasePostgreSQL.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/Image.php
includes/ImagePage.php
includes/LinkCache.php
includes/LinksUpdate.php
includes/LoadBalancer.php
includes/LogPage.php
includes/MagicWord.php
includes/Math.php
includes/MessageCache.php
includes/ObjectCache.php
includes/OutputPage.php
includes/PageHistory.php
includes/Parser.php
includes/Profiling.php
includes/QueryPage.php
includes/RawPage.php
includes/RecentChange.php
includes/SearchEngine.php
includes/SearchUpdate.php
includes/Setup.php
includes/SiteStatsUpdate.php
includes/Skin.php
includes/SpecialAllpages.php
includes/SpecialAncientpages.php
includes/SpecialBooksources.php
includes/SpecialCategories.php
includes/SpecialContributions.php
includes/SpecialDeadendpages.php
includes/SpecialExport.php
includes/SpecialGeo.php
includes/SpecialImagelist.php
includes/SpecialImport.php
includes/SpecialListadmins.php
includes/SpecialListusers.php
includes/SpecialLonelypages.php
includes/SpecialLongpages.php
includes/SpecialMaintenance.php
includes/SpecialMakesysop.php
includes/SpecialNewpages.php
includes/SpecialPopularpages.php
includes/SpecialRandompage.php
includes/SpecialRecentchanges.php
includes/SpecialRecentchangeslinked.php
includes/SpecialShortpages.php
includes/SpecialStatistics.php
includes/SpecialUndelete.php
includes/SpecialUnusedimages.php
includes/SpecialWantedpages.php
includes/SpecialWatchlist.php
includes/SpecialWhatlinkshere.php
includes/SquidUpdate.php
includes/Title.php
includes/User.php
includes/UserTalkUpdate.php
includes/ViewCountUpdate.php
includes/WatchedItem.php
index.php
install-utils.inc
irc/rcdumper.php
languages/Language.php
maintenance/InitialiseMessages.inc
maintenance/archives/convertdb.php
maintenance/archives/moveCustomMessages.inc
maintenance/archives/patch-image_name_unique.sql [new file with mode: 0644]
maintenance/archives/upgradeWatchlist.php
maintenance/attribute.php
maintenance/compressOld.inc
maintenance/convertLinks.inc
maintenance/importPhase2.php
maintenance/indexes.sql
maintenance/rebuildInterwiki.inc [new file with mode: 0644]
maintenance/rebuildInterwiki.php
maintenance/rebuildMessages.php
maintenance/rebuildlinks.inc
maintenance/rebuildrecentchanges.inc
maintenance/rebuildtextindex.inc
maintenance/refreshLinks.inc
maintenance/remove-brokenlinks.php
maintenance/tables.sql
maintenance/trivialCmdLine.php
maintenance/updateSearchIndex.inc
maintenance/updaters.inc
texvc.phtml