Skip to content

Commit

Permalink
Fix table summary status group by
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 20, 2016
1 parent 10328fc commit ab74437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableStatus/MySQLTableStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected function createStatusSummaryQuery()
END AS total_size',
]);
$query->from('information_schema.TABLES');

$query->groupBy('name');
return $query;
}

Expand Down

0 comments on commit ab74437

Please sign in to comment.