#265 wrong table name

This commit is contained in:
root 2016-12-08 11:29:50 +01:00
parent 2861883432
commit 22709a4517

View file

@ -4632,7 +4632,7 @@ sub mysqsl_pfs {
$nbL = 1; $nbL = 1;
for my $lQuery ( for my $lQuery (
select_array( select_array(
'use sys;select db, query, disk_tmp_tables from statements_with_sorting ORDER BY disk_tmp_tables DESC LIMIT 15;' 'use sys;select db, query, disk_tmp_tables from statements_with_temp_tables ORDER BY disk_tmp_tables DESC LIMIT 15;'
) )
) )
{ {