summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorevgen@sunlight.local <>2006-08-09 00:05:42 +0400
committerevgen@sunlight.local <>2006-08-09 00:05:42 +0400
commit1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7 (patch)
treeab30eaf93e4f7a9c072d16c535283e96bca6260e /sql/unireg.h
parent8944564fd8cfcddadd74bc6b6608e19fd04f3b55 (diff)
downloadmariadb-git-1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7.tar.gz
sql_base.cc, unireg.h, sql_lex.h, table.cc, sql_view.h, sql_view.cc:
Correct memory leak fix
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 b932a2f320c..dfebde01338 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -147,7 +147,8 @@
#define READ_SCREENS 1024 /* Read screens, info and helpfile */
#define DELAYED_OPEN 4096 /* Open table later */
#define NO_ERR_ON_NEW_FRM 8192 /* stop error sending on new format */
-
+#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