Revert "MDL-46963 core_upgrade: change the call to guess_antelope_row_size"
This reverts commit 55f4e4c9cf.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user