]> git.joonet.de Git - adminer.git/commitdiff
Indexes: Link algorithm doc
authorJakub Vrana <jakub@vrana.cz>
Sat, 26 Apr 2025 03:43:25 +0000 (05:43 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 26 Apr 2025 03:43:25 +0000 (05:43 +0200)
adminer/indexes.inc.php

index 7ee5aa75ae03e1b259cbfca4c323bfe33a939956..99c8530561d807c6c360833acaa06f2b0a8a1b1f 100644 (file)
@@ -113,7 +113,11 @@ $show_options = ($_POST ? $_POST["options"] : get_setting("index_options"));
 <?php
 $idxopts = " class='idxopts" . ($show_options ? "" : " hidden") . "'";
 if ($index_algorithms) {
-       echo "<th id='label-algorithm'$idxopts>" . lang('Algorithm');
+       echo "<th id='label-algorithm'$idxopts>" . lang('Algorithm') . doc_link(array(
+               'sql' => 'create-index.html#create-index-storage-engine-index-types',
+               'mariadb' => 'storage-engine-index-types/',
+               'pgsql' => 'indexes-types.html',
+       ));
 }
 ?>
 <th><input type="submit" class="wayoff"><?php