aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/search.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-05 01:55:49 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-06-05 01:55:49 +0530
commit3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5 (patch)
tree00d8e126d6a8b49c578830c2737cc23c1189dfc2 /phpBB/language/en/acp/search.php
parent7b7747cab687c0c2eae05d67110a1e09e1d528be (diff)
parentad8386a64a0ea1c8f5811767e3bf7c84d9eda27d (diff)
downloadforums-3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5.tar
forums-3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5.tar.gz
forums-3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5.tar.bz2
forums-3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5.tar.xz
forums-3931f7f3b9b4581c67b4e958f6cc9c2e13daccd5.zip
Merge branch 'develop-olympus' into develop
# By Andreas Fischer # Via Andreas Fischer (1) and Dhruv (1) * develop-olympus: [ticket/11583] Use a new lang key instead of giving the old one a new meaning. [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher. Conflicts: phpBB/includes/search/fulltext_mysql.php phpBB/language/en/acp/search.php
Diffstat (limited to 'phpBB/language/en/acp/search.php')
-rw-r--r--phpBB/language/en/acp/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php
index 9f947dc816..8d9443b481 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -52,7 +52,7 @@ $lang = array_merge($lang, array(
'DELETING_INDEX_IN_PROGRESS_EXPLAIN' => 'The search backend is currently cleaning its index. This can take a few minutes.',
'FULLTEXT_MYSQL_INCOMPATIBLE_DATABASE' => 'The MySQL fulltext backend can only be used with MySQL4 and above.',
- 'FULLTEXT_MYSQL_NOT_MYISAM' => 'MySQL fulltext indexes can only be used with MyISAM tables.',
+ 'FULLTEXT_MYSQL_NOT_SUPPORTED' => 'MySQL fulltext indexes can only be used with MyISAM or InnoDB tables. MySQL 5.6.4 or later is required for fulltext indexes on InnoDB tables.',
'FULLTEXT_MYSQL_TOTAL_POSTS' => 'Total number of indexed posts',
'FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN' => 'Words with at least this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.',
'FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.',