This would actually do a SQL query of literally 'TRUNCATE $tableName;' - switching...
authorNick Jenkins <nickj@users.mediawiki.org>
Fri, 12 Jan 2007 06:35:10 +0000 (06:35 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Fri, 12 Jan 2007 06:35:10 +0000 (06:35 +0000)
commitb582d1cdd75e4e3cd1a76d742134e55288c8e599
treeb7db7b3cef4b922a588a3247f10cc6f599e1843c
parent573ae95901b9532d474ef8b4c53c609694234046
This would actually do a SQL query of literally 'TRUNCATE $tableName;' - switching to "" quotes so that $tableName is substituted with the correct value.
maintenance/FiveUpgrade.inc