1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Add basic support for MySQL replication

This commit is contained in:
Matthew Gamble
2015-12-05 10:43:28 +11:00
committed by Jakub Vrana
parent a062e9cc58
commit 2a534798fa
7 changed files with 44 additions and 2 deletions

View File

@@ -65,6 +65,8 @@ if (isset($_GET["download"])) {
include "./user.inc.php";
} elseif (isset($_GET["processlist"])) {
include "./processlist.inc.php";
} elseif (isset($_GET["replication"])) {
include "./replication.inc.php";
} elseif (isset($_GET["select"])) {
include "./select.inc.php";
} elseif (isset($_GET["variables"])) {