#1582 closed defect (bug) (wontfix)
user_login table Vs. comment_author table different sizes.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.2 |
Component: | Optimization | Keywords: | bg|has-patch bg|commit |
Focuses: | Cc: |
Description
user_login is a varchar(60), while comment_author is tinytext. It would be nice if they were both the same type. varchar(60) is probably big enough for both of them.
Attachments (1)
Change History (5)
#1
@
20 years ago
- Keywords bg|has-patch bg|dev-feedback added
- Milestone set to 1.6
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Patch fixes it. Nice catch.
(devs: it appears that upgrade-schema.php is the only place I need to change it, because of that rockin' dbDelta() function. Is that correct?)
#2
@
20 years ago
- Keywords bg|commit added; bg|dev-feedback removed
- Version changed from 1.5.1.2 to 1.5.2
Note: See
TracTickets for help on using
tickets.
Patch against 1.6 SVN