From 59e2b29e6af6bb57cacc0c6ffad8a81fe5ccf075 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 15 Jan 2013 14:23:08 +0100 Subject: [PATCH] remove constant THELIA_DB_CACHE --- local/config/config_db.mysql.php | 6 ------ local/config/config_db.oracle.php | 6 ------ local/config/config_db.pgsql.php | 6 ------ local/config/config_db.sqlite.php | 8 +------- 4 files changed, 1 insertion(+), 25 deletions(-) diff --git a/local/config/config_db.mysql.php b/local/config/config_db.mysql.php index 8ee545041..e6ae36e8b 100644 --- a/local/config/config_db.mysql.php +++ b/local/config/config_db.mysql.php @@ -14,9 +14,3 @@ define('THELIA_DB_PASSWORD', '__DB_PASSWORD__'); //database DSN define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__'); - -define('THELIA_DB_CACHE', 'file'); -//define('THELIA_DB_CACHE', 'apc'); -//define('THELIA_DB_CACHE', 'memcache'); -//define('THELIA_DB_CACHE', 'session'); -//define('THELIA_DB_CACHE', 'include'); diff --git a/local/config/config_db.oracle.php b/local/config/config_db.oracle.php index abd2462f4..dfb14113e 100644 --- a/local/config/config_db.oracle.php +++ b/local/config/config_db.oracle.php @@ -14,9 +14,3 @@ define('THELIA_DB_PASSWORD', '__DB_PASSWORD__'); //database DSN define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__'); - -define('THELIA_DB_CACHE', 'file'); -//define('THELIA_DB_CACHE', 'apc'); -//define('THELIA_DB_CACHE', 'memcache'); -//define('THELIA_DB_CACHE', 'session'); -//define('THELIA_DB_CACHE', 'include'); diff --git a/local/config/config_db.pgsql.php b/local/config/config_db.pgsql.php index 71981a1f1..776dc9f2f 100644 --- a/local/config/config_db.pgsql.php +++ b/local/config/config_db.pgsql.php @@ -14,9 +14,3 @@ define('THELIA_BD_PASSWORD', '__DB_PASSWORD__'); //database dsn define('THELIA_DB_DSN','pgsql:host=__DB_HOST__;port=__DB_PORT__;dbname=__DB_NAME__;user=__DB_LOGIN__;password=__DB_PASSWORD__'); - -define('THELIA_DB_CACHE', 'file'); -//define('THELIA_DB_CACHE', 'apc'); -//define('THELIA_DB_CACHE', 'memcache'); -//define('THELIA_DB_CACHE', 'session'); -//define('THELIA_DB_CACHE', 'include'); \ No newline at end of file diff --git a/local/config/config_db.sqlite.php b/local/config/config_db.sqlite.php index a5104095f..c68e053b9 100644 --- a/local/config/config_db.sqlite.php +++ b/local/config/config_db.sqlite.php @@ -12,10 +12,4 @@ define('THELIA_DB_USER', '__DB_LOGIN__'); // database password define('THELIA_DB_PASSWORD', '__DB_PASSWORD__'); -define('THELIA_DB_DSN','sqlite:__DB_FILE__'); - -define('THELIA_DB_CACHE', 'file'); -//define('THELIA_DB_CACHE', 'apc'); -//define('THELIA_DB_CACHE', 'memcache'); -//define('THELIA_DB_CACHE', 'session'); -//define('THELIA_DB_CACHE', 'include'); \ No newline at end of file +define('THELIA_DB_DSN','sqlite:__DB_FILE__'); \ No newline at end of file