Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 6e81dc6

Browse files
author
jan.kneschke@oracle.com
committed
'admin' plugin isn't loaded by default since a while
1 parent b676bf7 commit 6e81dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mysql-proxy-cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ int main_cmdline(int argc, char **argv) {
452452
}
453453

454454
/*
455-
* the MySQL Proxy should load 'admin' and 'proxy' plugins
455+
* the MySQL Proxy should load 'proxy' plugins
456456
*/
457457
if (!frontend->plugin_names) {
458458
frontend->plugin_names = g_new(char *, 2);

0 commit comments

Comments
 (0)