mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-30 02:47:35 +08:00
Add ms for slave delay checking
This commit is contained in:
parent
44ae6421bb
commit
4f94b4a927
@ -110,7 +110,7 @@ void admin_select_all_backends(network_mysqld_con* con)
|
||||
g_ptr_array_add(fields, field);
|
||||
|
||||
field = network_mysqld_proto_fielddef_new();
|
||||
field->name = g_strdup("slave delay");
|
||||
field->name = g_strdup("slave delay(ms)");
|
||||
field->type = MYSQL_TYPE_STRING;
|
||||
g_ptr_array_add(fields, field);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user