[Rt-commit] rt branch, 4.0.1-releng, updated. rt-4.0.1rc1-10-ga7f579a
Kevin Falcone
falcone at bestpractical.com
Tue May 31 17:57:07 EDT 2011
The branch, 4.0.1-releng has been updated
via a7f579a2640b1bcc9ca2f28730713a8e29a8cda1 (commit)
via 7e7f12f64bdb7c88ac2e887d098c21b454394d6f (commit)
via a566c3120dd6263dd936525999dbac3d257f2b65 (commit)
from 31d89fcdc3941584ed70678621762378c3ff2396 (commit)
Summary of changes:
sbin/rt-fulltext-indexer.in | 2 +-
sbin/rt-setup-fulltext-index.in | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 7e7f12f64bdb7c88ac2e887d098c21b454394d6f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue May 31 10:49:11 2011 -0400
Canonicalize case of MySQL and PostgreSQL in FTS
diff --git a/sbin/rt-setup-fulltext-index.in b/sbin/rt-setup-fulltext-index.in
index 2df92a0..a564fb6 100644
--- a/sbin/rt-setup-fulltext-index.in
+++ b/sbin/rt-setup-fulltext-index.in
@@ -142,7 +142,7 @@ $dbh->{'PrintError'} = 1;
if ( $DB{'type'} eq 'mysql' ) {
check_sphinx();
my $table = $OPT{'table'} || prompt(
- message => "Enter name of a new Mysql table that will be used to connect to the\n"
+ message => "Enter name of a new MySQL table that will be used to connect to the\n"
. "Sphinx server:",
default => $DEFAULT{'table'},
silent => !$OPT{'ask'},
@@ -370,8 +370,9 @@ EOQ
unless ($fts) {
print STDERR <<EOT;
-Your Postgres server does not include full-text support. You will need
-to upgrade to Postgres version 8.3 or higher to use full-text indexing.
+Your PostgreSQL server does not include full-text support. You will
+need to upgrade to PostgreSQL version 8.3 or higher to use full-text
+indexing.
EOT
exit 1;
commit a7f579a2640b1bcc9ca2f28730713a8e29a8cda1
Merge: 7e7f12f a566c31
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue May 31 16:49:06 2011 -0400
Merge branch '4.0/html-content-fts' into 4.0.1-releng
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list