From: Jakub Vrana Date: Sat, 26 Apr 2025 03:43:25 +0000 (+0200) Subject: Indexes: Link algorithm doc X-Git-Tag: v5.3.0~11 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=de86789bfcb13c3be6947514681b69fe645b5fdc;p=adminer.git Indexes: Link algorithm doc --- 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', + )); } ?>