summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorevgen@sunlight.local <>2006-08-09 02:49:29 +0400
committerevgen@sunlight.local <>2006-08-09 02:49:29 +0400
commit0d6996010c5d695a3c91a2306f039c6bbe24285b (patch)
treed3677af0311c695e32ef6490310663287f0f2054 /sql/unireg.h
parent21f7f347762079fe907574fc73e6b549f4749d9e (diff)
parent1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7 (diff)
downloadmariadb-git-0d6996010c5d695a3c91a2306f039c6bbe24285b.tar.gz
Merge sunlight.local:/local_work/leak_fix_orig
into sunlight.local:/local_work/leak_fix-5.1-mysql
Diffstat (limited to 'sql/unireg.h')
-rw-r--r--sql/unireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/unireg.h b/sql/unireg.h
index 9ab8753af84..af91793e8fe 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -151,7 +151,8 @@
#define READ_SCREENS 1024 /* Read screens, info and helpfile */
#define DELAYED_OPEN 4096 /* Open table later */
#define OPEN_VIEW 8192 /* Allow open on view */
-
+#define OPEN_VIEW_NO_PARSE 16384 /* Open frm only if it's a view,
+ but do not parse view itself */
#define SC_INFO_LENGTH 4 /* Form format constant */
#define TE_INFO_LENGTH 3
#define MTYP_NOEMPTY_BIT 128