Skip to content

Commit b46f702

Browse files
committed
fix validation issues
1 parent 1065453 commit b46f702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mariadb/concepts-query-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ The following options apply specifically to wait statistics.
102102
> [!NOTE]
103103
> Currently **query_store_capture_mode** supersedes this configuration, meaning both **query_store_capture_mode** and **query_store_wait_sampling_capture_mode** have to be enabled to ALL for wait statistics to work. If **query_store_capture_mode** is turned off, then wait statistics is turned off as well since wait statistics utilizes the performance_schema enabled, and the query_text captured by query store.
104104
105-
Use the [Azure portal](howto-server-parameters.md) or [Azure CLI](howto-configure-server-parameters-using-cli.md) to get or set a different value for a parameter.
105+
Use the [Azure portal](howto-server-parameters.md) to get or set a different value for a parameter.
106106

107107
## Views and functions
108108

109-
View and manage Query Store using the following views and functions. Anyone in the [select privilege public role](howto-create-users.md#how-to-create-additional-admin-users) can use these views to see the data in Query Store. These views are only available in the **mysql** database.
109+
View and manage Query Store using the following views and functions. Anyone in the [select privilege public role](howto-create-users.md#create-additional-admin-users) can use these views to see the data in Query Store. These views are only available in the **mysql** database.
110110

111111
Queries are normalized by looking at their structure after removing literals and constants. If two queries are identical except for literal values, they will have the same hash.
112112

0 commit comments

Comments
 (0)