Page MenuHomePhabricator

dberrortext always says MySQL
Closed, ResolvedPublic

Description

When dberrortext(cl) is used, it always says MySQL, even when it's not. A $5 could possibly be the name of the database being used.


Version: 1.16.x
Severity: trivial

Details

Reference
bz19590

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:41 PM
bzimport set Reference to bz19590.
bzimport added a subscriber: Unknown Object (MLST).

These really should just say "database"; no need to pop the specific server software name around. I'd recommend naming the function getSoftwareName() for consistency with existing getSoftwareLink() if it is necessary (but I don't think it is for error messages!)

Reclosing. r55501 changed this to just say "Database."