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

Indexes: Link algorithm doc

This commit is contained in:
Jakub Vrana
2025-04-26 05:43:25 +02:00
parent ebcf4feeb2
commit de86789bfc

View File

@@ -113,7 +113,11 @@ $show_options = ($_POST ? $_POST["options"] : get_setting("index_options"));
<?php <?php
$idxopts = " class='idxopts" . ($show_options ? "" : " hidden") . "'"; $idxopts = " class='idxopts" . ($show_options ? "" : " hidden") . "'";
if ($index_algorithms) { 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 <th><input type="submit" class="wayoff"><?php