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 069c35173b9..8322f94ee3c 100644 --- a/sql/log_slow.h +++ b/sql/log_slow.h @@ -38,6 +38,7 @@ #define QPLAN_TMP_DISK (1U << 10) /* ... */ +#define QPLAN_STATUS (1UL << 31) /* not in the slow_log_filter */ #define QPLAN_MAX (1UL << 31) /* reserved as placeholder */ /* Bits for log_slow_disabled_statements */ |