have_query_cache.inc
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- -- require r/have_query_cache.require
- # As PS are not cached we disable them to ensure the we get the right number
- # of query cache hits
- -- disable_ps_protocol
- disable_query_log;
- show variables like "have_query_cache";
- enable_query_log;