[wp-trac] [WordPress Trac] #10389: comment agent field too small for some user agents
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 12 07:59:52 UTC 2009
#10389: comment agent field too small for some user agents
--------------------------+-------------------------------------------------
Reporter: mrmist | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.8.1
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
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..
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10389>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list