aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 5f5cf41aac..502b3bb1a4 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1079,6 +1079,8 @@ function database_update_info()
),
),
),
+ // No changes from 3.0.11-RC2 to 3.0.11
+ '3.0.11-RC2' => array(),
/** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.12-RC1 */
@@ -2222,6 +2224,10 @@ function change_database_data(&$no_updates, $version)
case '3.0.11-RC1':
break;
+ // No changes from 3.0.11-RC2 to 3.0.11
+ case '3.0.11-RC2':
+ break;
+
// Changes from 3.1.0-dev to 3.1.0-A1
case '3.1.0-dev':
@@ -2277,6 +2283,16 @@ function change_database_data(&$no_updates, $version)
set_config('fulltext_postgres_max_word_len', 254);
}
+ if (!isset($config['fulltext_sphinx_stopwords']))
+ {
+ set_config('fulltext_sphinx_stopwords', 0);
+ }
+
+ if (!isset($config['fulltext_sphinx_indexer_mem_limit']))
+ {
+ set_config('fulltext_sphinx_indexer_mem_limit', 512);
+ }
+
if (!isset($config['load_jquery_cdn']))
{
set_config('load_jquery_cdn', 0);
ect>
authorPascal Terjan <pterjan@mandriva.org>2010-04-22 12:47:49 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-04-22 12:47:49 +0000
commite78ce30b4cf0fafa1cbe742e25d92690e558fdf0 (patch)
tree9c20f0293510fb211c433ec5f317786d6821153e /perl-install/diskdrake
parentb3718d78d3ef21d1d024626d658111cb19bf8c8b (diff)
downloaddrakx-e78ce30b4cf0fafa1cbe742e25d92690e558fdf0.tar
drakx-e78ce30b4cf0fafa1cbe742e25d92690e558fdf0.tar.gz
drakx-e78ce30b4cf0fafa1cbe742e25d92690e558fdf0.tar.bz2
drakx-e78ce30b4cf0fafa1cbe742e25d92690e558fdf0.tar.xz
drakx-e78ce30b4cf0fafa1cbe742e25d92690e558fdf0.zip
do not write partition table after partition creation if not needed