[MCOL-497] support ssl connection in cross engine joins Created: 2017-01-10 Updated: 2023-04-12 Resolved: 2018-10-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | 1.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | relnote | ||
| Sprint: | 2018-01, 2018-02, 2018-03, 2018-04, 2018-05, 2018-06, 2018-07, 2018-08, 2018-09, 2018-10, 2018-11, 2018-12, 2018-13, 2018-14, 2018-15, 2018-16, 2018-17, 2018-18 |
| Description |
|
Since we promote the use of ssl connections, we should also add a configuration to support ssl connections in cross engine joins. This might be useful if the remote server is truly remote. |
| Comments |
| Comment by Roman [ 2017-12-20 ] | ||||
|
Greetings, Here is the PR made according with the guidelines given:
Here is a simple feature configuration reference. | ||||
| Comment by Andrew Hutchings (Inactive) [ 2018-01-02 ] | ||||
|
Set for me to review Roman's code | ||||
| Comment by Andrew Hutchings (Inactive) [ 2018-01-02 ] | ||||
|
Added one comment for a tiny addition before I approve it. | ||||
| Comment by Andrew Hutchings (Inactive) [ 2018-01-10 ] | ||||
|
To be documented, extra options in CrossEngineSupport:
| ||||
| Comment by Daniel Lee (Inactive) [ 2018-10-02 ] | ||||
|
Build verified: Github source /root/columnstore/mariadb-columnstore-server Merge pull request #134 from mariadb-corporation/versionCmakeFix port changes for mysql_version cmake to fix columnstore RPM packaging /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #565 from drrtuy/ 1) Setup MariaDB 10.3.9 with SSL. <CrossEngineSupport> 7) Run cross-engine join query [root@localhost bin]# mcsmysql mytest Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [mytest]> select t1.c2, o_comment from mdbe.t1, orders where c1=o_orderkey;
-------------
------------- |