From 31ac630d7637dc2ce481ba0150a43d0fca5f51bd Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 22 Dec 2005 06:22:36 +0000 Subject: [PATCH] minor doc --- maintenance/tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index f6c1c20cb1..9a712f275c 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -407,7 +407,8 @@ CREATE TABLE /*$wgDBprefix*/categorylinks ( -- The title of the linking page, or an optional override -- to determine sort order. Sorting is by binary order, which -- isn't always ideal, but collations seem to be an exciting - -- and dangerous new world in MySQL... + -- and dangerous new world in MySQL... The sortkey is updated + -- if no override exists and cl_from is renamed. -- -- For MySQL 4.1+ with charset set to utf8, the sort key *index* -- needs cut to be smaller than 1024 bytes (at 3 bytes per char). -- 2.20.1