<?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