Added consistency check for detect_replication_lag and max_slave_replication_lag and router_options=slave_select_criteria=LEAST_BEHIND_MASTER
Fixed a bug in service_add_qualified_param which didn't handle param list correctly.
This commit is contained in:
@ -349,7 +349,7 @@ int error_count = 0;
|
||||
param->name,
|
||||
param->value)));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -721,7 +721,12 @@ int error_count = 0;
|
||||
}
|
||||
|
||||
obj = obj->next;
|
||||
}
|
||||
} /*< while */
|
||||
/** TODO: consistency check function */
|
||||
|
||||
/**
|
||||
* error_count += consistency_checks();
|
||||
*/
|
||||
|
||||
if (error_count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user