[Rt-commit] rt branch, 4.0/mysql-fts, updated. rt-4.0.0-224-g0c29841

Shawn Moore sartak at bestpractical.com
Fri May 6 13:26:42 EDT 2011


The branch, 4.0/mysql-fts has been updated
       via  0c29841b426b0134c925004f2e4a55f77d5b9571 (commit)
      from  95254c056cec58450c5de36fb86d9ca704fb47a1 (commit)

Summary of changes:
 sbin/rt-fulltext-indexer.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 0c29841b426b0134c925004f2e4a55f77d5b9571
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri May 6 13:26:30 2011 -0400

    Fix clean to call clean_mysql correctly

diff --git a/sbin/rt-fulltext-indexer.in b/sbin/rt-fulltext-indexer.in
index 19b1592..98a41a9 100644
--- a/sbin/rt-fulltext-indexer.in
+++ b/sbin/rt-fulltext-indexer.in
@@ -267,7 +267,7 @@ sub finalize {
 
 sub clean {
     return goto_specific(
-        prefix    => $db_type,
+        suffix    => $db_type,
         arguments => \@_,
     );
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list