[MCOL-4944] QueryStats Doesn't Automatically Work When Turned On - used to in CS 1.2.5 Created: 2021-12-10 Updated: 2022-01-03 Resolved: 2022-01-03 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 6.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Allen Herrera | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | 2021-16 | ||||||||
| Description |
|
QueryStats does not automatically log each query calGetTrace() results like it used to even when enabled. On top of having a undocumented requirement of the cross engine user needing INSERT grant to `infinidb_querystats`.* Expected: Actual: Reproduction:
|
| Comments |
| Comment by Daniel Lee (Inactive) [ 2022-01-03 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Build verified: 6.2.3-1 (#3646) Verified InfiniDB_querystats.querystats contains info once query stats is enabled in the Columnstore.xml file. MariaDB [mytest]> select count
----------
---------- MariaDB [mytest]> select * from infinidb_querystats.querystats;
--------
-------- |