aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-querycache.sql
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2005-01-14 13:33:17 +0000
committerTim Starling <tstarling@users.mediawiki.org>2005-01-14 13:33:17 +0000
commit722e946b528596128e4804eed3a5b245787e2ddf (patch)
tree153c8f4b392a1330c9377ce74d9d6cf8030fa35c /maintenance/archives/patch-querycache.sql
parentebe45dbab922469f746193f0046c045db30daf8a (diff)
downloadmediawikicore-722e946b528596128e4804eed3a5b245787e2ddf.tar.gz
mediawikicore-722e946b528596128e4804eed3a5b245787e2ddf.zip
added /*$wgDBprefix*/ in various places, to support upgrading from old prefixed databases, e.g. mine
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7052
Diffstat (limited to 'maintenance/archives/patch-querycache.sql')
-rw-r--r--maintenance/archives/patch-querycache.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-querycache.sql b/maintenance/archives/patch-querycache.sql
index d4a1b8e1e40f..980af496718e 100644
--- a/maintenance/archives/patch-querycache.sql
+++ b/maintenance/archives/patch-querycache.sql
@@ -1,6 +1,6 @@
-- Used for caching expensive grouped queries
-CREATE TABLE querycache (
+CREATE TABLE /*$wgDBprefix*/querycache (
qc_type char(32) NOT NULL,
qc_value int(5) unsigned NOT NULL default '0',
qc_namespace tinyint(2) unsigned NOT NULL default '0',