Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArchiveProcessing: ORDER BY NULL #981

Closed
robocoder opened this issue Sep 14, 2009 · 1 comment
Closed

ArchiveProcessing: ORDER BY NULL #981

robocoder opened this issue Sep 14, 2009 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

In MySQL, "GROUP BY column" implicitly does an "ORDER BY column".

In ArchiveProcessing, one query has "ORDER BY NULL" telling MySQL to not sort. There are 3 other queries with GROUP BY, but without the ORDER BY NULL. If order doesn't matter, add the clause.

@robocoder
Copy link
Contributor Author

In [1547], fixes #981 - add ORDER BY NULL clause

@robocoder robocoder added this to the Piwik 0.5 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant