Improvement restore kill process windows

This commit is contained in:
Marco Antonio Nina
2014-10-27 18:22:22 -04:00
parent 4fffcf8535
commit b2d5a69e49

View File

@@ -611,6 +611,7 @@ class workspaceTools
// end of reset // end of reset
//close connection //close connection
if (substr(PHP_OS, 0, 3) != 'WIN') {
$connection = Propel::getConnection( 'workflow' ); $connection = Propel::getConnection( 'workflow' );
$sql_sleep = "SELECT * FROM information_schema.processlist WHERE command = 'Sleep' and user = SUBSTRING_INDEX(USER(),'@',1) and db = DATABASE() ORDER BY id;"; $sql_sleep = "SELECT * FROM information_schema.processlist WHERE command = 'Sleep' and user = SUBSTRING_INDEX(USER(),'@',1) and db = DATABASE() ORDER BY id;";
@@ -633,6 +634,7 @@ class workspaceTools
$oStatement_query->executeQuery(); $oStatement_query->executeQuery();
} }
} }
}
/** /**
* fix the 32K issue, by migrating /files directory structure to an uid tree structure based. * fix the 32K issue, by migrating /files directory structure to an uid tree structure based.