~tsarev/percona-server/bug721176_2

« back to all changes in this revision

Viewing changes to mysql-test/query_cache_enhance.patch/percona_query_cache_with_comments_show.inc

  • Committer: Oleg Tsarev
  • Date: 2011-09-06 06:23:48 UTC
  • mfrom: (158.1.1 bug840218_5.5)
  • Revision ID: oleg.tsarev@percona.com-20110906062348-82tdsfishbaxgo8v
1) move tests from mysql-test/ to patches
2) remove install_tests script and call of script from Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
let $show=show status like "Qcache_queries_in_cache";
2
 
eval $show;
3
 
let $show=show status like "Qcache_inserts";
4
 
eval $show;
5
 
let $show=show status like "Qcache_hits";
6
 
eval $show;
7
 
 
8