[MDEV-4876] mysqldumpslow doesn't summarize query counts correctly on a general log Created: 2013-08-09 Updated: 2014-06-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Gordan Bobic | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux x86-64 Debian |
||
| Description |
|
When analyzing the general log, all queries always come up with a count of 1, even if they are based on the same template (string/number parameters abstracted out). This works correctly on the slow log, and used to work correctly on the general log back on MySQL 5.1.x, but doesn't work properly on MariaDB 5.5.x. |