[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- 1.4 betas were missing the 'binary' marker from logging.log_title, 2 -- which causes a collation mismatch error on joins in MySQL 4.1. 3 4 ALTER TABLE /*$wgDBprefix*/logging 5 CHANGE COLUMN log_title 6 log_title varchar(255) binary NOT NULL default '';
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 |