Fix conflicts after merge with develop, more conflictst
This commit is contained in:
@@ -1379,4 +1379,4 @@ function check_queries_incompatibilities($wsName)
|
|||||||
} else {
|
} else {
|
||||||
echo ">> No MySQL 5.7 incompatibilities in variables found for this workspace." . PHP_EOL;
|
echo ">> No MySQL 5.7 incompatibilities in variables found for this workspace." . PHP_EOL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ class WorkspaceTools
|
|||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$this->checkMafeRequirements($workspace, $lang);
|
$this->checkMafeRequirements($workspace, $lang);
|
||||||
CLI::logging("* End checking MAFE requirements...(Completed on " . (microtime(true) - $start) . " seconds)\n");
|
CLI::logging("* End checking MAFE requirements...(Completed on " . (microtime(true) - $start) . " seconds)\n");
|
||||||
|
|
||||||
CLI::logging("* Start deleting MySQL triggers: " . implode(', ', self::$triggers) . "...\n");
|
CLI::logging("* Start deleting MySQL triggers: " . implode(', ', self::$triggers) . "...\n");
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$this->deleteTriggersMySQL(self::$triggers);
|
$this->deleteTriggersMySQL(self::$triggers);
|
||||||
@@ -2149,7 +2149,6 @@ class WorkspaceTools
|
|||||||
$workspace->upgradeSchema($systemSchema);
|
$workspace->upgradeSchema($systemSchema);
|
||||||
CLI::logging("* End adding/replenishing all indexes...(Completed on " . (microtime(true) - $start) . " seconds)\n");
|
CLI::logging("* End adding/replenishing all indexes...(Completed on " . (microtime(true) - $start) . " seconds)\n");
|
||||||
|
|
||||||
/*----------------------------------********---------------------------------*/
|
|
||||||
CLI::logging("* Start migrating to new list tables...\n");
|
CLI::logging("* Start migrating to new list tables...\n");
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$workspace->migrateList(true, $lang);
|
$workspace->migrateList(true, $lang);
|
||||||
|
|||||||
Reference in New Issue
Block a user