[Groonga-commit] groonga/groonga at c96b9b7 [master] doc select: fix the default query_flags value

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 28 14:56:35 JST 2016


Kouhei Sutou	2016-12-28 14:56:35 +0900 (Wed, 28 Dec 2016)

  New Revision: c96b9b771acb5a4828fd4a9dc1d8ec5b94b8e256
  https://github.com/groonga/groonga/commit/c96b9b771acb5a4828fd4a9dc1d8ec5b94b8e256

  Message:
    doc select: fix the default query_flags value

  Modified files:
    doc/source/reference/commands/select.rst

  Modified: doc/source/reference/commands/select.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/select.rst    2016-12-28 14:49:34 +0900 (d3dd8b0)
+++ doc/source/reference/commands/select.rst    2016-12-28 14:56:35 +0900 (a960f71)
@@ -42,7 +42,7 @@ optional::
          [cache=yes]
          [match_escalation_threshold=0]
          [query_expansion=null]
-         [query_flags=ALLOW_PRAGMA|ALLOW_COLUMN|ALLOW_UPDATE|ALLOW_LEADING_NOT|NONE]
+         [query_flags=ALLOW_PRAGMA|ALLOW_COLUMN]
          [query_expander=null]
          [adjuster=null]
          [drilldown_calc_types=NONE]
-------------- next part --------------
HTML����������������������������...
Download 



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