[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [doc] add server variables' explanations. refs #1179

Back to archive index

Kazuhiko null+****@clear*****
Thu Oct 4 10:32:55 JST 2012


Kazuhiko	2011-11-27 23:53:41 +0900 (Sun, 27 Nov 2011)

  New Revision: 4a0ac5a15361f80a1a29258a115f496bab628ed3
  https://github.com/mroonga/mroonga/commit/4a0ac5a15361f80a1a29258a115f496bab628ed3

  Log:
    [doc] add server variables' explanations. refs #1179

  Modified files:
    doc/source/reference.rst

  Modified: doc/source/reference.rst (+29 -20)
===================================================================
--- doc/source/reference.rst    2011-11-27 23:38:16 +0900 (adbb291)
+++ doc/source/reference.rst    2011-11-27 23:53:41 +0900 (e7859dc)
@@ -8,25 +8,8 @@ List of available SQL commands
 
 You can see many SQL examples in the following directory of groonga storage engine's source tree. ::
 
- test/sql/t
-
-List of files ::
-
-  auto_increment.test        insert.test
-  binlog.test                insert_wrapper.test
-  btree.test                 last_insert_grn_id.test
-  count_performance.test     log_level.test
-  create_table.test          order_limit_performance.test
-  create_table_wrapper.test  replace.test
-  delete.test                select_all.test
-  delete_wrapper.test        select_pkey.test
-  drop_database.test         select_secondary_key.test
-  drop_table.test            show_create_table.test
-  flush_logs.test            show_table_status.test
-  fulltext.test              tinyint.test
-  fulltext_wrapper.test      update.test
-  hash.test                  update_wrapper.test
-  information_schema.test
+  test/sql/suite/groonga_storage/t
+  test/sql/suite/groonga_wrapper/t
 
 All SQL statements written there are currently available ones.
 
@@ -35,7 +18,33 @@ All SQL statements written there are currently available ones.
 List of server variables
 ------------------------
 
-No server variable is added for now.
+Here are the explanations of server variables that are introduced by groonga storage engine.
+
+groonga_default_parser
+^^^^^^^^^^^^^^^^^^^^^^
+
+The default parser of the full text search.
+The default value can be specified by ``--with-default-parser=PARSER`` configure argument, whose default value is ``TokenBigram``.
+
+groonga_libgroonga_version
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The version string of the groonga library.
+
+groonga_log_file
+^^^^^^^^^^^^^^^^
+
+The path of the log file of the groonga storage engine. The default value is ``groonga.log``.
+
+groonga_log_level
+^^^^^^^^^^^^^^^^^
+
+The log level of the groonga storage engine. The default value is ``NOTICE``.
+
+groonga_version
+^^^^^^^^^^^^^^^
+
+The version string of the groonga storage engine.
 
 List of status variables
 ------------------------
-------------- next part --------------
HTML����������������������������...
Download 



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