Skip to content

Commit

Permalink
[TOOLS-4326] [CM] Database Creation Dialog is not open in CUBRID 2008…
Browse files Browse the repository at this point in the history
… R4.0 (8.4.0.1008) (#161)
  • Loading branch information
win777c authored Nov 20, 2019
1 parent 5006121 commit 3bdd3da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,9 @@ private void initial() {
genericVolumePathText.addModifyListener(this);
logVolumePathText.addModifyListener(this);

selectInitialDatabaseCollationAndCharset();
if (CompatibleUtil.isSupportCreateDBByCharset(server.getServerInfo())) {
selectInitialDatabaseCollationAndCharset();
}
}

/**
Expand Down

0 comments on commit 3bdd3da

Please sign in to comment.