diff options
author | evgen@sunlight.local <> | 2006-08-09 01:43:11 +0400 |
---|---|---|
committer | evgen@sunlight.local <> | 2006-08-09 01:43:11 +0400 |
commit | b5a5cb4ad7865d8ee36b3ab09e5443af873d08b5 (patch) | |
tree | 688e4733413bef6725ba9371d0aaca2d23d5bcb8 /sql/table.cc | |
parent | f72600ca39cd4bac8f02aeded85cf3bc2642d96e (diff) | |
parent | 1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7 (diff) | |
download | mariadb-git-b5a5cb4ad7865d8ee36b3ab09e5443af873d08b5.tar.gz |
Merge sunlight.local:/home/evgen/bk-trees/mysql-5.0
into sunlight.local:/local_work/leak_fix
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/table.cc b/sql/table.cc index b4c08729a79..0a95461cf06 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -121,6 +121,8 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat, // caller can't process new .frm goto err; } + if (prgflag & OPEN_VIEW_NO_PARSE) + goto err; share->blob_ptr_size= sizeof(char*); outparam->db_stat= db_stat; |