Fixed two errors in show slave status output. Master_UUID was
showing the variable name rather than the value and Master_SSL_Verify_Server_cert was missing
This commit is contained in:
@ -456,7 +456,7 @@ char query[128];
|
||||
break;
|
||||
case BLRM_MUUID:
|
||||
{
|
||||
char *val = blr_extract_column(buf, 1);
|
||||
char *val = blr_extract_column(buf, 2);
|
||||
router->master_uuid = val;
|
||||
|
||||
// Response to the SERVER_UUID, should be stored
|
||||
|
Reference in New Issue
Block a user