Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/mysql/mysql-schema-size
63 63

  
64 64
  public function getSchemaSize() {
65 65
    $sql = <<<EOT
66
select sum( data_length ) sum_data_length,table_schema 
66
select sum( data_length ) sum_data_length,table_schema
67 67
from information_schema.tables
68 68
group by table_schema
69 69
EOT;

Formats disponibles : Unified diff