Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-05 01:10:24 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-05 01:10:24 +0400
commitf85b6f0dc4633cd7f1d4b048d8246464357e897a (patch)
tree27cb9ca97c2a84f5cde6b8f160a2a887ab088cbf /config
parent63f1ce69c474824e897ae421be68d057b8b5da14 (diff)
refs #4611 use InnoDB by default, added config option to change to different storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 69017538d9..df84a0e3a4 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -19,6 +19,8 @@ dbname =
tables_prefix =
port = 3306
adapter = PDO_MYSQL
+type = InnoDB
+
; if charset is set to utf8, Piwik will ensure that it is storing its data using UTF8 charset.
; it will add a sql query SET at each page view.
; Piwik should work correctly without this setting.
@@ -32,6 +34,7 @@ dbname = piwik_tests
tables_prefix = piwiktests_
port = 3306
adapter = PDO_MYSQL
+type = InnoDB
[log]
; possible values for log: screen, database, file