[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- pt_title was accidentally left with the wrong collation. 2 -- This might cause failures with JOINs, and could protect the wrong pages 3 -- with different case variants or unrelated UTF-8 chars. 4 ALTER TABLE /*$wgDBprefix*/protected_titles 5 CHANGE COLUMN pt_title pt_title varchar(255) binary NOT NULL;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |