Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0ef8e3d

Browse files
committed
Fix formatting
1 parent a23c6d8 commit 0ef8e3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ Note, when functions check for configuration options, they first check whether a
8383
| ------------------------------------ | ------------- | ------------------------------------------------------------------------------ |
8484
| statement_truncate_len | 64 | Sets the size to truncate statements to, for the `format_statement()` function. |
8585
| statement_performance_analyzer.limit | 100 | The maximum number of rows to include for the views that does not have a built-in limit (e.g. the 95th percentile view). If not set the limit is 100. |
86-
| statement_performance_analyzer.view | NULL | Used together with the 'custom' view. If the value contains a space, it is considered a query, otherwise it must be
87-
an existing view querying the performance_schema.events_statements_summary_by_digest table. |
86+
| statement_performance_analyzer.view | NULL | Used together with the 'custom' view. If the value contains a space, it is considered a query, otherwise it must be an existing view querying the performance_schema.events_statements_summary_by_digest table. |
8887
| diagnostics.allow_i_s_tables | OFF | Specifies whether it is allowed to do table scan queries on information_schema.TABLES for the `diagnostics` procedure. |
8988
| diagnostics.include_raw | OFF | Set to 'ON' to include the raw data (e.g. the original output of "SELECT * FROM sys.metrics") for the `diagnostics` procedure.|
9089
| ps_thread_trx_info.max_length | 65535 | Sets the maximum output length for JSON object output by the `ps_thread_trx_info()` function. |

0 commit comments

Comments
 (0)