Skip to content

Commit

Permalink
PS-4842 no default is listed for corrupt action
Browse files Browse the repository at this point in the history
added a column for `default` and added `assert` to the default description
  • Loading branch information
patrickbirch committed Dec 13, 2019
1 parent ed5806a commit d8728d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/reliability/innodb_corrupt_table_action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ System Variables
:conf: Yes
:scope: Global
:dyn: Yes
:vartype: ULONG
:vartype: ULONG
:range: ``assert``, ``warn``, ``salvage``
:default: ``assert``

* With the default value |XtraDB| will intentionally crash the server with an assertion failure as it would normally do when detecting corrupted data in a single-table tablespace.
* With the default value, ``assert``, |XtraDB| will intentionally crash the server with an assertion failure as it would normally do when detecting corrupted data in a single-table tablespace.

* If the ``warn`` value is used it will pass corruption of the table as ``corrupt table`` instead of crashing itself. For this to work :option:`innodb_file_per_table` should be enabled. All file I/O for the datafile after detected as corrupt is disabled, except for the deletion.

Expand Down

0 comments on commit d8728d9

Please sign in to comment.