﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10389,comment agent field too small for some user agents,mrmist,,"See http://wordpress.org/support/topic/288955?replies=1

The field comment_agent (varchar(255)) is too small for the user agent tag (which is, admittedly, long).

We should allow for this.  Something like 

ALTER TABLE `wordpress`.`wp_comments` MODIFY COLUMN `comment_agent` VARCHAR(355) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL;

Or whichever way WordPress makes schema changes..",defect (bug),closed,normal,2.9,Comments,2.8.1,normal,fixed,has-patch tested,
