Bug #81823 mysqlx_port is not dynamic
Submitted: 13 Jun 2016 5:05 Modified: 5 Mar 2018 8:18
Reporter: Roel Van de Paar Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Document Store: X Plugin Severity:S2 (Serious)
Version:5.7.12, 5.7.13 OS:Any
Assigned to: CPU Architecture:Any

[13 Jun 2016 5:05] Roel Van de Paar
Description:
https://dev.mysql.com/doc/refman/5.7/en/x-plugin-system-variables-options.html#option_mysq...

Says it is a dynamic variable, yet it also states "This option is only read at start up, therefore to change it on a running server requires a restart.", which is contradictory.

How to repeat:
It is not dynamic;

mysql> set @@global.mysqlx_port=33060;
ERROR 1238 (HY000): Variable 'mysqlx_port' is a read only variable
[13 Jun 2016 5:10] Roel Van de Paar
Also see bug #81824
[13 Jun 2016 7:05] MySQL Verification Team
Hello Roel,

Thank you for the report.
Observed this with MySQL Server version 5.7.13 and MySQL Shell 1.0.3.

Thanks,
Umesh
[5 Mar 2018 8:18] David Moss
Posted by developer:
 
Thanks for the feedback, fixed.