狐表与mysql数据连接时候使用的视图进行连接,但是在视图使用了where 条件后,保存时自动出现sql_no_cache不使用缓存,怎么改都无法删除,一保存就会自动出现。mysql> show variables like '%query_cache%';
+------------------------------+---------+
| Variable_name | Value |
+------------------------------+---------+
| have_query_cache | YES |
| query_cache_limit | 1048576 |
| query_cache_min_res_unit | 4096 |
| query_cache_size | 9437184 |
| query_cache_type | ON |
| query_cache_wlock_invalidate | OFF |
+------------------------------+---------+
6 rows in set
检查缓存是打开的,请问这个怎么使视图查询的时候不自动出现sql_no_cache?