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

Delete unused functions

This commit is contained in:
Jakub Vrana
2025-02-26 16:31:20 +01:00
parent cf835515b1
commit 45f24a8f62
9 changed files with 4 additions and 73 deletions

View File

@@ -70,13 +70,12 @@ header("Cache-Control: immutable");
"copy" => array("copy_tables"),
"database" => array("create_database", "rename_database", "drop_databases"),
"dump" => array("use_sql", "create_sql", "truncate_sql", "trigger_sql"),
"indexes" => array("indexes"),
"kill" => array("kill_process", "connection_id", "max_connections"),
"processlist" => array("process_list"),
"routine" => array("routines", "routine", "routine_languages", "create_routine", "routine_id"),
"routine" => array("routines", "routine", "routine_languages", "routine_id"),
"scheme" => array("schemas", "get_schema", "set_schema"),
"status" => array("show_status"),
"table" => array("search_tables", "is_view"),
"table" => array("is_view"),
"trigger" => array("triggers", "trigger", "trigger_options", "trigger_sql"),
"type" => array("types"),
"variables" => array("show_variables"),