diff options
author | malff/marcsql@weblab.(none) <> | 2007-03-06 11:30:08 -0700 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-03-06 11:30:08 -0700 |
commit | 9f0b0df961dfeab17c682ff77b04613f3900cf7a (patch) | |
tree | 2ab466ff32d7fa9c1e75823809ef9548dde1f137 /sql/table.h | |
parent | f49f21dc090b13f47c6ab324a18186273e776b12 (diff) | |
parent | b216d959bbf41c2a2cc86e874e414dd59c3e8d34 (diff) | |
download | mariadb-git-9f0b0df961dfeab17c682ff77b04613f3900cf7a.tar.gz |
Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into weblab.(none):/home/marcsql/TREE/mysql-5.0-8407_b
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 8f013f3de19..e2bd5ba0a7d 100644 --- a/sql/table.h +++ b/sql/table.h @@ -649,7 +649,7 @@ typedef struct st_table_list int view_check_option(THD *thd, bool ignore_failure); bool setup_underlying(THD *thd); void cleanup_items(); - bool placeholder() {return derived || view; } + bool placeholder() {return derived || view || schema_table || !table; } void print(THD *thd, String *str); bool check_single_table(st_table_list **table, table_map map, st_table_list *view); |