mysql-test/r/view_query_cache.result:
Fixed test to be environment independ
Invalidation of view checked
Join view with QC checked
mysql-test/t/view_query_cache.test:
Fixed test to be environment independ
Invalidation of view checked
Join view with QC checked
sql/sql_cache.cc:
support of VIEW added to QC
sql/sql_cache.h:
support of VIEW added to QC
sql/sql_view.cc:
invalidation of QC added to altering/droping VIEW commands
mysql-test/r/view.result:
query cache part moved to separate test
mysql-test/t/view.test:
query cache part moved to separate test
sql/item_func.cc:
fixed for safety
sql/sql_base.cc:
do not use real table call with view
fixed wrapping * substitured items
fixed fix_fields call parameter (refference)
sql/sql_yacc.yy:
added initialisation of SELECT in commands which can use subqueries
sql/table.cc:
fised fix_fields call parameter
sql/table.h:
new view specific method