Merge branch 'support/2.7' into develop

This commit is contained in:
odain
2021-03-15 16:06:20 +01:00
6 changed files with 68 additions and 9 deletions

View File

@@ -727,6 +727,7 @@ class ApplicationInstaller
SetupLog::Info("There are $iOrphanCount useless records in {$sDBPrefix}priv_change (".sprintf('%.2f', ((100.0*$iOrphanCount)/$iTotalCount))."%)");
if ($iOrphanCount > 0)
{
//N°3793
if ($iOrphanCount > 100000)
{
SetupLog::Info("There are too much useless records ($iOrphanCount) in {$sDBPrefix}priv_change. Cleanup cannot be done during setup.");