Page MenuHomePhabricator

DatabaseBase::generalizeSQL mangles table names with a number
Closed, ResolvedPublic

Description

Since gerrit 143384 the write query for the debug log goes through DatabaseBase::generalizeSQL which mangle numbers in table names:

DatabaseBase::query: Writes done: DELETE FROM lNn_cache WHERE lc_lang = 'X'

Should only change values, not table names.


Version: 1.24rc
Severity: normal

Details

Reference
bz67925

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:25 AM
bzimport set Reference to bz67925.

[CC'ing patch author and reviewer]

Change 147743 had a related patch set uploaded by Rohan013:
Leave table names with numbers untouched in DatabaseBase::generalizeSQL

https://gerrit.wikimedia.org/r/147743

Change 147743 merged by jenkins-bot:
Leave table names with numbers untouched in DatabaseBase::generalizeSQL

https://gerrit.wikimedia.org/r/147743