[Groonga-mysql-commit] mroonga/mroonga at 0db352e [master] doc en: use list-table directive

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Jul 25 17:03:04 JST 2013


HAYASHI Kentaro	2013-07-25 17:03:04 +0900 (Thu, 25 Jul 2013)

  New Revision: 0db352e6640b0ffc488d62a5d1e15f2fb61847ad
  https://github.com/mroonga/mroonga/commit/0db352e6640b0ffc488d62a5d1e15f2fb61847ad

  Message:
    doc en: use list-table directive

  Modified files:
    doc/source/reference/server_variables.rst

  Modified: doc/source/reference/server_variables.rst (+13 -11)
===================================================================
--- doc/source/reference/server_variables.rst    2013-07-25 16:34:11 +0900 (b44c5ed)
+++ doc/source/reference/server_variables.rst    2013-07-25 17:03:04 +0900 (fce92e2)
@@ -17,17 +17,19 @@ This is the conventional behavior which is equal to old version of mroonga.
 
 Here is the list of ``mroonga_action_on_fulltext_query_error`` which you can use.
 
-+----------------+--------------------------------------------------------------------------------+
-| Action         | Description                                                                    |
-+================+================================================================================+
-| ERROR          | Report an error. Logging is disabled.                                          |
-+----------------+--------------------------------------------------------------------------------+
-| ERROR_AND_LOG  | Report an error. Logging is enabled. (This is the default)                     |
-+----------------+--------------------------------------------------------------------------------+
-| IGNORE         | Just ignore an error. Logging is disabled.                                     |
-+----------------+--------------------------------------------------------------------------------+
-| IGNORE_AND_LOG | Ignore an error, but logging is enabled. (Similar to InnoDB behavior)          |
-+----------------+--------------------------------------------------------------------------------+
+.. list-table::
+  :header-rows: 1
+
+  * - Value
+    - Description
+  * - ERROR
+    - Report an error. Logging is disabled.
+  * - ERROR_AND_LOG
+    - Report an error. Logging is enabled. (This is the default)
+  * - IGNORE
+    - Just ignore an error. Logging is disabled.
+  * - IGNORE_AND_LOG
+    - Ignore an error, but logging is enabled. (Similar to InnoDB behavior)
 
 Here is an example SQL to confirm the value of ``mroonga_action_on_fulltext_query_error``::
 
-------------- next part --------------
HTML����������������������������...
Download 



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