[MCOL-879] With querystats enabled, mysqld crashes when process a query Created: 2017-08-16 Updated: 2017-09-05 Resolved: 2017-09-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-16, 2017-17, 2017-18 |
| Description |
|
Build tested: Github source 1.1.0 /root/columnstore/mariadb-columnstore-server Merge pull request #66 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine moved CONFIGURE option to bottom of list diff --git a/oam/oamcpp/liboamcpp.h b/oam/oamcpp/liboamcpp.h
This issue was identified when testing To reproduce the issue, just enable cross-engine-join and querystats in Columnstore.xml |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-08-16 ] |
|
This is due to me forgetting to apply |
| Comment by Andrew Hutchings (Inactive) [ 2017-08-17 ] |
|
In addition to that problem (which just causes an error) we have a name conflict on my_charset_latin1_general_ci between the server and libmysql. This is what is triggering the crash. |
| Comment by Andrew Hutchings (Inactive) [ 2017-08-18 ] |
|
The fix is rather complex due to linking issues. I've tried to explain it in the commit message but let me know if you need more details. |
| Comment by Daniel Lee (Inactive) [ 2017-09-05 ] |
|
Build verified: 1.1.0 Github source /root/columnstore/mariadb-columnstore-server /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine |