X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Ftables.sql;h=4307c0c71132edc8131ff0ff5a1e0879c014fe40;hb=a43f751cf6b6849edddc0a6504553330aef8912e;hp=a9177838fbe7d26c46f020bff3be0e7b0b651b97;hpb=f9f32542f1214db0642726c9a2cdbfef3d643a77;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/tables.sql b/maintenance/tables.sql index a9177838fb..4307c0c711 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -562,10 +562,10 @@ CREATE UNIQUE INDEX /*i*/cl_from ON /*_*/categorylinks (cl_from,cl_to); -- callers won't be using an index: fix this? CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks (cl_to,cl_type,cl_sortkey,cl_from); --- Not really used? +-- Used by the API (and some extensions) CREATE INDEX /*i*/cl_timestamp ON /*_*/categorylinks (cl_to,cl_timestamp); --- For finding rows with outdated collation +-- FIXME: Not used, delete this CREATE INDEX /*i*/cl_collation ON /*_*/categorylinks (cl_collation); --