summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/set_var.h b/sql/set_var.h
index 6edfd6adb39..1d07a1b73e9 100644
--- a/sql/set_var.h
+++ b/sql/set_var.h
@@ -60,7 +60,8 @@ public:
sys_var *next;
LEX_CSTRING name;
enum flag_enum { GLOBAL, SESSION, ONLY_SESSION, SCOPE_MASK=1023,
- READONLY=1024, ALLOCATED=2048, PARSE_EARLY=4096 };
+ READONLY=1024, ALLOCATED=2048, INVISIBLE= 4096,
+ PARSE_EARLY=8192 };
/**
Enumeration type to indicate for a system variable whether
it will be written to the binlog or not.