Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| 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