[Groonga-commit] groonga/groonga at 355ec5b [master] package debian: remove needless environment variable

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 22 18:32:08 JST 2015


Kouhei Sutou	2015-04-22 18:32:08 +0900 (Wed, 22 Apr 2015)

  New Revision: 355ec5bbd1b292763ae35b7311d0b41aae74888d
  https://github.com/groonga/groonga/commit/355ec5bbd1b292763ae35b7311d0b41aae74888d

  Message:
    package debian: remove needless environment variable
    
    `GRN_JA_SKIP_SAME_VALUE_PUT` is remove from Groonga.

  Modified files:
    packages/debian/groonga-server-gqtp.default
    packages/debian/groonga-server-gqtp.init

  Modified: packages/debian/groonga-server-gqtp.default (+0 -2)
===================================================================
--- packages/debian/groonga-server-gqtp.default    2015-04-22 17:23:13 +0900 (6d729b4)
+++ packages/debian/groonga-server-gqtp.default    2015-04-22 18:32:08 +0900 (70d55d8)
@@ -11,8 +11,6 @@
 
 # Comment out this to disable groonga daemon.
 ENABLE=yes
-# Set "no" to disable to skip updating column for same value.
-GRN_JA_SKIP_SAME_VALUE_PUT=yes
 # Set the threshold value to force sequential search for in_values()
 GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
 # Set the threshold value to force sequential search for between()

  Modified: packages/debian/groonga-server-gqtp.init (+0 -2)
===================================================================
--- packages/debian/groonga-server-gqtp.init    2015-04-22 17:23:13 +0900 (279b5db)
+++ packages/debian/groonga-server-gqtp.init    2015-04-22 18:32:08 +0900 (2f2f3b9)
@@ -42,8 +42,6 @@ DEFAULT_FILE=/etc/default/groonga-server-gqtp
 
 [ "$ENABLE" = "yes" ] || exit 0
 
-export GRN_JA_SKIP_SAME_VALUE_PUT="$GRN_JA_SKIP_SAME_VALUE_PUT"
-
 DAEMON_ARGS="-d --pid-path ${PIDFILE}"
 if [ -n "${ADDRESS}" ]; then
     DAEMON_ARGS="${DAEMON_ARGS} --bind-address ${ADDRESS}"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index