MDL-46963 core_upgrade: change the call to guess_antelope_row_size

This commit is contained in:
Simey Lameze
2015-04-15 15:01:34 +08:00
committed by David Monllao
parent e712433e97
commit 55f4e4c9cf
+1 -1
View File
@@ -2260,7 +2260,7 @@ function check_database_tables_row_format(environment_results $result) {
foreach ($DB->get_tables(false) as $table) {
$columns = $DB->get_columns($table, false);
$size = $generator->guess_antolope_row_size($columns);
$size = $generator->guess_antelope_row_size($columns);
$format = $DB->get_row_format($table);
if ($size <= $generator::ANTELOPE_MAX_ROW_SIZE) {