From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- maintenance/archives/patch-categorylinksindex.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 maintenance/archives/patch-categorylinksindex.sql (limited to 'maintenance/archives/patch-categorylinksindex.sql') diff --git a/maintenance/archives/patch-categorylinksindex.sql b/maintenance/archives/patch-categorylinksindex.sql new file mode 100644 index 00000000..8a9ff123 --- /dev/null +++ b/maintenance/archives/patch-categorylinksindex.sql @@ -0,0 +1,11 @@ +-- +-- patch-categorylinksindex.sql +-- +-- Per bug 10280 / http://bugzilla.wikimedia.org/show_bug.cgi?id=10280 +-- +-- Improve enum continuation performance of the what pages belong to a category query +-- + +ALTER TABLE /*$wgDBprefix*/categorylinks + DROP INDEX cl_sortkey, + ADD INDEX cl_sortkey(cl_to, cl_sortkey, cl_from); -- cgit v1.2.2