You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the preceding output,`match_type` indicates how the runaway query is identified. The value can be one of the following:
412
+
Field description:
412
413
413
-
- `identify` means that it matches the condition of the runaway query.
414
-
- `watch` means that it matches the quick identification rule in the watch list.
414
+
- `start_time` indicates the time when the runaway query is identified.
415
+
- `repeats` indicates the number of times the runaway query has been identified since `start_time`.
416
+
- `match_type` indicates how the runaway query is identified. The value can be one of the following:
417
+
- `identify` means that it matches the condition of the runaway query.
418
+
- `watch` means that it matches the quick identification rule in the watch list.
415
419
416
420
+ The `information_schema.runaway_watches` table contains records of quick identification rules for runaway queries. For more information, see [`RUNAWAY_WATCHES`](/information-schema/information-schema-runaway-watches.md).
0 commit comments