| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[tracing] Fix wrong sql statement in TraceReportDatabase
DROP TABLE <table name> IF EXISTS -> DROP TABLE IF EXISTS <table name>
This statement was run in version migration code path, and would
log an error in console, without crashing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |