Closed Bug 1135906 Opened 9 years ago Closed 9 years ago

Tiles database reports impossible tile positions

Categories

(Content Services Graveyard :: Tiles, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mruttley, Unassigned)

Details

SQL query:
SELECT POSITION, COUNT (*) AS total
FROM impression_stats_daily
GROUP BY POSITION
ORDER BY total DESC

There are several results that don't make sense like: -1, positions between 16 and 138 etc
Mardak has mentioned that actually users are free to set how many tiles they want in about:config so this might not be a bug. 

I am just using a BETWEEN comparison operator for the meantime :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.