#265 wrong table name
This commit is contained in:
parent
2861883432
commit
22709a4517
1 changed files with 1 additions and 1 deletions
|
@ -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;'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue