commit | c27721fbd02511c168f4c353e4f5eac1b2049e9f | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <michiel@it-can.nl> | Mon Aug 20 18:34:24 2012 +0200 |
committer | Michiel Vugteveen <michiel@it-can.nl> | Mon Aug 20 18:34:24 2012 +0200 |
tree | ab30f925c62c84b6fed3ba1d25672951dd4191db | |
parent | 0b1d56f08b5d95046a367ed65c7aef6c8d717bc3 [diff] [blame] |
compression test
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index d63a1d9..4296815 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -51,6 +51,7 @@ public $char_set = 'utf8'; public $dbcollat = 'utf8_general_ci'; public $autoinit = TRUE; // Whether to automatically initialize the DB + public $compress = TRUE; public $swap_pre = ''; public $port = ''; public $pconnect = FALSE;