mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Indexes: Link algorithm doc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user