mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Fix for 903229: pt-mysql-summary incorrectly categorizes databases
This commit is contained in:
@@ -621,7 +621,7 @@ format_overall_db_stats () {
|
||||
dbs[0] = db;
|
||||
}
|
||||
engine=substr($2, index($2, "=") + 1);
|
||||
if ( engine_seen[engine]++ == 0 ) {
|
||||
if ( engine_seen[tolower(engine)]++ == 0 ) {
|
||||
engines[num_engines] = engine;
|
||||
num_engines++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user