[MDEV-4162] start date with user stats Created: 2013-02-11 Updated: 2015-10-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | naox | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mariadb has some neat user stats https://kb.askmonty.org/v/user-statistics/ however those number are meaningless if you don't guest date start of this stats (server start or last FLUSH USER_STATISTICS FLUSH CLIENT_STATISTICS). Lowly user accessng those stats can't even begin to suspect when last flush was done. So why not serve date stats where started with SHOW CLIENT_STATISTICS SHOW USER_STATISTICS ??? Should be quite trivial to implement. |