From 1927f330c430c205472cb255f268f7cef45977b0 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 15 Apr 2015 15:52:51 +0800 Subject: [PATCH] Revert "MDL-46963 core_upgrade: change the call to guess_antelope_row_size" This reverts commit 55f4e4c9cf62c71768a01718684dc39caaf45ef6. --- lib/upgradelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upgradelib.php b/lib/upgradelib.php index 4b2fcd15e1f..272851a3e0f 100644 --- a/lib/upgradelib.php +++ b/lib/upgradelib.php @@ -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) {