From de86789bfcb13c3be6947514681b69fe645b5fdc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 26 Apr 2025 05:43:25 +0200 Subject: [PATCH] Indexes: Link algorithm doc --- adminer/indexes.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adminer/indexes.inc.php b/adminer/indexes.inc.php index 7ee5aa75..99c85305 100644 --- a/adminer/indexes.inc.php +++ b/adminer/indexes.inc.php @@ -113,7 +113,11 @@ $show_options = ($_POST ? $_POST["options"] : get_setting("index_options")); " . lang('Algorithm'); + echo "" . lang('Algorithm') . doc_link(array( + 'sql' => 'create-index.html#create-index-storage-engine-index-types', + 'mariadb' => 'storage-engine-index-types/', + 'pgsql' => 'indexes-types.html', + )); } ?>