Page MenuHomePhabricator

Database DROP?
Closed, ResolvedPublic

Description

Author: weissman.marty

Description:
I received the following error message:

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". MySQL returned error "1142: DROP command denied to user 'wikiuser'@'localhost' for table 'semantic_drilldown_filter_values' (localhost)".

Perhaps it is "my fault" for not allowing the wikiuser@localhost the appropriate permissions. However, should Semantic Drilldown need to DROP a table from the database?


Version: unspecified
Severity: normal
URL: http://sirius.ucsc.edu/mediawiki/index.php/Special:BrowseData/Mathematical_Knowledge

Details

Reference
bz15459

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:19 PM
bzimport set Reference to bz15459.

Fixed in r40387, Semantic Drilldown was using DROP where it was supposed to be using DROP TEMPORARY.