We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48af60a commit 46a6f7aCopy full SHA for 46a6f7a
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java
@@ -468,7 +468,7 @@ public Boolean doInTransaction(TransactionStatus status) {
468
ResultSet rs = pstmt.executeQuery()) {
469
if (rs.next()) {
470
int count = rs.getInt(1);
471
- return count <= 1;
+ return count = 0;
472
}
473
} catch (SQLException e) {
474
String errorMessage = "Unable to check if the management server is running in standalone mode.";
0 commit comments