Suboptimal percona_query_cache_with_comments_show.inc

Bug #1160859 reported by Laurynas Biveinis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Invalid
Low
Unassigned
5.1
Won't Fix
Low
Unassigned
5.5
Triaged
Low
Unassigned
5.6
Invalid
Low
Unassigned

Bug Description

percona_query_cache_with_comments_show.inc reads

let $show=show status like "Qcache_queries_in_cache";
eval $show;
let $show=show status like "Qcache_inserts";
eval $show;
let $show=show status like "Qcache_hits";
eval $show;

which looks like a complicated way to write

show status like "Qcache_queries_in_cache";
show status like "Qcache_inserts";
show status like "Qcache_hits";

tags: added: query-cache-extended
Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

I do not see percona_query_cache_with_comments_show.inc in PS 5.6.10 source code (checked .tar.gz), so probably does not apply to 5.6 (yet).

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1985

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.