wiki.techinc.nl/maintenance/archives/patch-logging-title.sql

7 lines
253 B
MySQL
Raw Normal View History

2005-02-25 21:35:00 +00:00
-- 1.4 betas were missing the 'binary' marker from logging.log_title,
-- which causes a collation mismatch error on joins in MySQL 4.1.
ALTER TABLE /*$wgDBprefix*/logging
CHANGE COLUMN log_title
log_title varchar(255) binary NOT NULL default '';