The effect of log_slow_verbosity is untested in MTR

Bug #1088867 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
Fix Released
Undecided
Laurynas Biveinis
5.1
Fix Released
Undecided
Laurynas Biveinis
5.5
Fix Released
Undecided
Laurynas Biveinis

Bug Description

5.1 contains the following test for log_slow_verbosity: percona_slow_log_verbosity, which can be simplified to

--source include/have_innodb.inc

SET SESSION long_query_time=0;
--let log_file=percona.slow_extended.log_slow_verbosity
--source include/log_start.inc

SELECT 1;
SET SESSION log_slow_verbosity=innodb;
SELECT 1;

--source include/log_stop.inc
SET log_slow_verbosity='';
SET long_query_time=default;

--let grep_pattern = No InnoDB statistics available for this query
--source include/log_grep.inc

It tests next to nothing. The rest of the tests that happen to play with log_slow_verbosity are not any more exhaustive than that.

See also bug 730173.

Related branches

tags: added: slow-extended
no longer affects: percona-server/5.6
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-2847

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.