have_query_cache.inc
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. -- require r/have_query_cache.require
  2. # As PS are not cached we disable them to ensure the we get the right number
  3. # of query cache hits
  4. -- disable_ps_protocol
  5. disable_query_log;
  6. show variables like "have_query_cache";
  7. enable_query_log;