mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Select InnoDB engine automatically if available
This commit is contained in:
parent
e59dc59664
commit
6b5e95a0c4
15 changed files with 37 additions and 74 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<block loop="DB::getEnableList() => $key,$val">
|
||||
<option value="{$val->db_type}" selected="selected"|cond="$val->db_type==$defaultDatabase" />
|
||||
{$val->db_type}
|
||||
<block cond="$val->db_type==$defaultDatabase && stripos($val->db_type, 'innodb') !== false">({$lang->cmd_recommended})</block>
|
||||
<block cond="$val->db_type == $defaultDatabase">({$lang->cmd_recommended})</block>
|
||||
</option>
|
||||
</block>
|
||||
<block loop="DB::getDisableList() => $key,$val">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue