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:
Mark Riddoch
2015-02-10 10:00:02 +00:00
parent eafdd43592
commit 01eafd92c8
2 changed files with 4 additions and 3 deletions

View File

@ -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