diff options
author | evgen@sunlight.local <> | 2006-08-09 02:49:29 +0400 |
---|---|---|
committer | evgen@sunlight.local <> | 2006-08-09 02:49:29 +0400 |
commit | 0d6996010c5d695a3c91a2306f039c6bbe24285b (patch) | |
tree | d3677af0311c695e32ef6490310663287f0f2054 /sql/unireg.h | |
parent | 21f7f347762079fe907574fc73e6b549f4749d9e (diff) | |
parent | 1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7 (diff) | |
download | mariadb-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.h | 3 |
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 |