[MCOL-1885] Cross engine / Query stats doesn't show specific query errors Created: 2018-11-13 Updated: 2018-11-20 Resolved: 2018-11-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-20 |
| Description |
|
It shows generic ones because we don't catch at mysql_real_query(), we catch at mysql_use_result() instead. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-11-13 ] | |||||||||||||||
|
DO NOT MERGE UNTIL 1.2.1 IS RELEASED For QA: 1. Drop the infinidb_querystats.querystats table Before fix:
After fix:
| |||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2018-11-20 ] | |||||||||||||||
|
Build verified: 1.2.2-1 source /root/columnstore/mariadb-columnstore-server update version Merge pull request #630 from pleblanc1976/mcol-1847 Mcol 1847. Added ability to specify an absolute value for PM cache size MariaDB [mytest]> select * from t1;
-----
----- MariaDB [mytest]> show warnings;
--------
-------- |