diff options
Diffstat (limited to 'sql/log_slow.h')
-rw-r--r-- | sql/log_slow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log_slow.h b/sql/log_slow.h index c52722f0cd7..9811d298335 100644 --- a/sql/log_slow.h +++ b/sql/log_slow.h @@ -34,4 +34,5 @@ #define QPLAN_FILESORT_PRIORITY_QUEUE (1U << 9) /* ... */ +#define QPLAN_STATUS (1UL << 31) /* not in the slow_log_filter */ #define QPLAN_MAX (1UL << 31) /* reserved as placeholder */ |