readyset
readyset copied to clipboard
Add option for report_host and report_port for MySQL
Description
When connected to MySQL, Readyset is not setting the report_host and port to display on SHOW REPLICAS:
mysql> SHOW REPLICAS;
+------------+------+------+------------+--------------+
| Server_Id | Host | Port | Source_Id | Replica_UUID |
+------------+------+------+------------+--------------+
| 4294967239 | | 0 | 1 | |
| 4294967240 | | 0 | 1 | |
+------------+------+------+------------+--------------+
2 rows in set (0.00 sec)
Change in user-visible behavior
Requires documentation change