Update mysqltuner.pl
This commit is contained in:
parent
8e9cc50311
commit
b2aea7f69d
1 changed files with 1 additions and 1 deletions
|
@ -1780,7 +1780,7 @@ sub check_storage_engines {
|
|||
chomp($fragtables);
|
||||
$result{'Tables'}{'Fragmented tables'} =
|
||||
[ select_array
|
||||
"SELECT CONCAT(CONCAT(TABLE_SCHEMA, '.'), TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA NOT IN ('information_schema','performance_schema', 'mysql') AND Data_free > 0 AND NOT ENGINE='MEMORY' NOT ENGINE='InnoDB'"
|
||||
"SELECT CONCAT(CONCAT(TABLE_SCHEMA, '.'), TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA NOT IN ('information_schema','performance_schema', 'mysql') AND Data_free > 0 AND NOT ENGINE='MEMORY' AND NOT ENGINE='InnoDB'"
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue