[Groonga-commit] groonga/groonga at 502a433 [master] Remove GRN_JA_SKIP_SAME_VALUE_PUT configuration

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 5 10:08:48 JST 2014


Kouhei Sutou	2014-09-05 10:08:48 +0900 (Fri, 05 Sep 2014)

  New Revision: 502a433507a5db892104027986fe85a96e3fbaae
  https://github.com/groonga/groonga/commit/502a433507a5db892104027986fe85a96e3fbaae

  Message:
    Remove GRN_JA_SKIP_SAME_VALUE_PUT configuration
    
    Because it is the default by default and there is no reason to disable
    it because it is stable.

  Modified files:
    data/init.d/redhat/groonga-httpd
    data/init.d/redhat/groonga-server-gqtp
    data/init.d/redhat/groonga-server-http
    data/init.d/redhat/sysconfig/groonga-httpd
    data/init.d/redhat/sysconfig/groonga-server-gqtp
    data/init.d/redhat/sysconfig/groonga-server-http
    data/systemd/fedora/sysconfig/groonga-server-gqtp
    data/systemd/fedora/sysconfig/groonga-server-http

  Modified: data/init.d/redhat/groonga-httpd (+0 -2)
===================================================================
--- data/init.d/redhat/groonga-httpd    2014-09-03 15:17:04 +0900 (961096d)
+++ data/init.d/redhat/groonga-httpd    2014-09-05 10:08:48 +0900 (abd0de3)
@@ -46,8 +46,6 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS=""
 
-export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
-
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then
 		echo "$0: user for running $prog doesn't exist: ${USER}" >&2

  Modified: data/init.d/redhat/groonga-server-gqtp (+0 -2)
===================================================================
--- data/init.d/redhat/groonga-server-gqtp    2014-09-03 15:17:04 +0900 (5b5d818)
+++ data/init.d/redhat/groonga-server-gqtp    2014-09-05 10:08:48 +0900 (be4b1af)
@@ -43,8 +43,6 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS="-d"
 
-export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
-
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then
 		echo "$0: user for running $prog doesn't exist: ${USER}" >&2

  Modified: data/init.d/redhat/groonga-server-http (+0 -2)
===================================================================
--- data/init.d/redhat/groonga-server-http    2014-09-03 15:17:04 +0900 (557ccc5)
+++ data/init.d/redhat/groonga-server-http    2014-09-05 10:08:48 +0900 (baf5efd)
@@ -44,8 +44,6 @@ fi
 DAEMON_ARGS=""
 GROONGA_ARGS="-d"
 
-export GRN_JA_SKIP_SAME_VALUE_PUT="${GRN_JA_SKIP_SAME_VALUE_PUT}"
-
 if [ -n "${USER}" ]; then
 	if ! getent passwd | grep -q "^${USER}:"; then
 		echo "$0: user for running $prog doesn't exist: ${USER}" >&2

  Modified: data/init.d/redhat/sysconfig/groonga-httpd (+0 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-httpd    2014-09-03 15:17:04 +0900 (28ef2e5)
+++ data/init.d/redhat/sysconfig/groonga-httpd    2014-09-05 10:08:48 +0900 (e1a5150)
@@ -8,4 +8,3 @@
 #QUERY_LOG_PATH=/var/log/groonga/httpd/access.log
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
 TIMEOUT=3
-GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/init.d/redhat/sysconfig/groonga-server-gqtp (+0 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-gqtp    2014-09-03 15:17:04 +0900 (e398515)
+++ data/init.d/redhat/sysconfig/groonga-server-gqtp    2014-09-05 10:08:48 +0900 (1cc8222)
@@ -8,4 +8,3 @@
 #QUERY_LOG_PATH=/var/log/groonga/query-gqtp.log
 #PROTOCOL=gqtp
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
-GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/init.d/redhat/sysconfig/groonga-server-http (+0 -1)
===================================================================
--- data/init.d/redhat/sysconfig/groonga-server-http    2014-09-03 15:17:04 +0900 (65d6102)
+++ data/init.d/redhat/sysconfig/groonga-server-http    2014-09-05 10:08:48 +0900 (cf33c00)
@@ -9,4 +9,3 @@
 #PROTOCOL=http
 #GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
 #TIMEOUT=5
-GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/systemd/fedora/sysconfig/groonga-server-gqtp (+0 -1)
===================================================================
--- data/systemd/fedora/sysconfig/groonga-server-gqtp    2014-09-03 15:17:04 +0900 (f9fb2c7)
+++ data/systemd/fedora/sysconfig/groonga-server-gqtp    2014-09-05 10:08:48 +0900 (89e45c3)
@@ -6,4 +6,3 @@ QUERY_LOG_PATH=/var/log/groonga/query-gqtp.log
 PROTOCOL=gqtp
 PORT=10043
 GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes

  Modified: data/systemd/fedora/sysconfig/groonga-server-http (+0 -1)
===================================================================
--- data/systemd/fedora/sysconfig/groonga-server-http    2014-09-03 15:17:04 +0900 (0b917b4)
+++ data/systemd/fedora/sysconfig/groonga-server-http    2014-09-05 10:08:48 +0900 (7141818)
@@ -6,4 +6,3 @@ QUERY_LOG_PATH=/var/log/groonga/query-http.log
 PROTOCOL=http
 PORT=10041
 GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=/usr/share/groonga/synonyms.tsv
-#GRN_JA_SKIP_SAME_VALUE_PUT=yes
-------------- next part --------------
HTML����������������������������...
Download 



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