We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c84f3 commit f989bf1Copy full SHA for f989bf1
articles/mariadb/concepts-query-store.md
@@ -61,7 +61,7 @@ The following query returns information about queries in Query Store:
61
SELECT * FROM mysql.query_store;
62
```
63
64
-Or this query for wait wait statistics:
+Or this query for wait statistics:
65
66
```sql
67
SELECT * FROM mysql.query_store_wait_stats;
@@ -176,4 +176,4 @@ This view returns wait events data in Query Store. There is one row for each dis
176
177
## Next steps
178
179
-- Learn more about [Query Performance Insights](concepts-query-performance-insight.md)
+- Learn more about [Query Performance Insights](concepts-query-performance-insight.md)
0 commit comments