readyset icon indicating copy to clipboard operation
readyset copied to clipboard

Add option for report_host and report_port for MySQL

Open altmannmarcelo opened this issue 6 months ago • 0 comments

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

altmannmarcelo avatar Aug 22 '24 17:08 altmannmarcelo