Revert "MDL-46963 core_upgrade: change the call to guess_antelope_row_size"

This reverts commit 55f4e4c9cf.
This commit is contained in:
David Monllao
2015-04-15 15:52:51 +08:00
parent 55f4e4c9cf
commit 1927f330c4
+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_antelope_row_size($columns);
$size = $generator->guess_antolope_row_size($columns);
$format = $DB->get_row_format($table);
if ($size <= $generator::ANTELOPE_MAX_ROW_SIZE) {