Navigation Menu

Skip to content

Commit

Permalink
doc en: use list-table directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 25, 2013
1 parent 2fe3f0f commit 0db352e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions doc/source/reference/server_variables.rst
Expand Up @@ -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``::

Expand Down

0 comments on commit 0db352e

Please sign in to comment.