[MDEV-19679] CREATE SERVER needs tweaks for compatibility with CONNECT engine Created: 2019-06-03 Updated: 2019-09-20 Resolved: 2019-09-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Fix Version/s: | 10.2.28, 10.3.19, 10.4.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Robert Dyas | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The CREATE SERVER command needs to be tweaked to provide better compatibility with CONNECT engine. It can be accomplished as follows: #1 #2 #3 This issue is related to |
| Comments |
| Comment by Robert Dyas [ 2019-06-06 ] | |||||||||||||||||||||||||||||
|
Can we get this assigned and worked on? Important for our use cases. | |||||||||||||||||||||||||||||
| Comment by Robert Dyas [ 2019-06-16 ] | |||||||||||||||||||||||||||||
|
Hi, Would it be possible to get this assigned? It is likely a pretty small task. | |||||||||||||||||||||||||||||
| Comment by Robert Dyas [ 2019-06-17 ] | |||||||||||||||||||||||||||||
|
We reported this for 10.3 not 10.2 ... don't know if that matters or not. | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2019-06-17 ] | |||||||||||||||||||||||||||||
|
Shouldn't. CONNECT is the same, and SERVER code, I'm pretty sure, is too. | |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2019-06-18 ] | |||||||||||||||||||||||||||||
|
Hi, I don't get that situation in mysql client. Please see bellow:
| |||||||||||||||||||||||||||||
| Comment by Robert Dyas [ 2019-06-26 ] | |||||||||||||||||||||||||||||
|
RE "Fix the forced lower casing of the host column" and the above comment "I don't get that situation in mysql client." I hope that helps. | |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2019-06-27 ] | |||||||||||||||||||||||||||||
|
Hi rdyas,
| |||||||||||||||||||||||||||||
| Comment by Robert Dyas [ 2019-06-27 ] | |||||||||||||||||||||||||||||
|
Looks ok to me... I'll test when the next release is out 10.3.17 I think, right? | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2019-08-23 ] | |||||||||||||||||||||||||||||
|
anel, please check why this lowercasing was added, and if it was a bug fix, see whether you did not re-introduce the old bug. | |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2019-09-02 ] | |||||||||||||||||||||||||||||
|
Hi serg, | |||||||||||||||||||||||||||||
| Comment by Robert Dyas [ 2019-09-14 ] | |||||||||||||||||||||||||||||
|
Any additional info on this? | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2019-09-17 ] | |||||||||||||||||||||||||||||
|
hholzgra, what was the point in | |||||||||||||||||||||||||||||
| Comment by Hartmut Holzgraefe [ 2019-09-17 ] | |||||||||||||||||||||||||||||
|
I'm trying to remember ... I was probably thinking along the lines of "DNS host names are case insensitive, so they should be stored in that way over here, too". There might have been a support issue related to this, but back then we didn't have a support issue filed in Jira yet, and Eventum search does not turn anything up either. As far as I can tell back then in 2012 this was only used by FEDERATED and FEDERATEDX, so the assumption that the `host` column only stores IP addresses or DNS seemed to make sense at that point. | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2019-09-19 ] | |||||||||||||||||||||||||||||
|
ok to push | |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2019-09-20 ] | |||||||||||||||||||||||||||||
|
Pushed with 1ad79c818780aafe. |