1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

MySQL: Remove dedicated view for replication status

This commit is contained in:
Jakub Vrana
2017-05-19 11:11:44 +02:00
parent 0b824dad29
commit 70aef8a55a
9 changed files with 3 additions and 58 deletions

View File

@@ -977,14 +977,6 @@ if (!defined("DRIVER")) {
return get_key_vals("SHOW STATUS");
}
/** Get replication status of master or slave
* @param string
* @return array ($name => $value)
*/
function replication_status($type) {
return get_rows("SHOW $type STATUS");
}
/** Convert field in select and edit
* @param array one element from fields()
* @return string