Needs review
Project:
Views Calc
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Apr 2013 at 02:31 UTC
Updated:
16 May 2024 at 00:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedHere's a patch that fixes this issue by removing the code in question (its functionality is already addressed by
views_calc_schema().Comment #1.0
Anonymous (not verified) commentedFixed code block
Comment #2
mgiffordI couldn't repeat this. The patch still applies, but I couldn't replicate the error.
Did you see the error in watchdog or in your mysql logs?
So this code here is redundant:
db_query("DROP TABLE {views_calc_fields}");Comment #3
mgifford