summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMW <joasch@users.sourceforge.net>2007-12-12 01:05:56 +0000
committerMW <joasch@users.sourceforge.net>2007-12-12 01:05:56 +0000
commitab8b4745620154c97bb3c59039c827f251b4c589 (patch)
tree2e88e7c8909b73f5d784464806327283e1e33a76 /templates
parentddc03a47cab235572fa7c7e9f9d757302be2b5b0 (diff)
downloadinstall-ab8b4745620154c97bb3c59039c827f251b4c589.tar.gz
install-ab8b4745620154c97bb3c59039c827f251b4c589.tar.bz2
install-ab8b4745620154c97bb3c59039c827f251b4c589.zip
Implementation of transperant support of InnoDb storage engine for Mysql
Diffstat (limited to 'templates')
-rw-r--r--templates/install_database_done.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/install_database_done.tpl b/templates/install_database_done.tpl
index 917c758..0b0cee0 100644
--- a/templates/install_database_done.tpl
+++ b/templates/install_database_done.tpl
@@ -78,6 +78,16 @@
</p>
</div>
+ {if isset( $has_innodb_support )}
+ <div class="row">
+ {formlabel label="Use InnoDB tables" for="use_innodb"}
+ {forminput}
+ <input type="checkbox" name="use_innodb" id="use_innodb" {if $has_innodb_support eq 'DEFAULT'}checked="checked"{/if} />
+ {formhelp note="Your database server supports InnoDB which provides MySQL with a transaction-safe storage engine that has commit, rollback, and crash recovery capabilities. You usually want this for safest possible data storage. Otherwise the standard MyIsam Engine is used."}
+ {/forminput}
+ </div>
+ {/if}
+
<div class="row submit">
<input type="submit" value="Continue {$section|default:"Install"} Process" />
</div>