Skip to content

Commit

Permalink
调整返回内容
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuam committed Sep 30, 2016
1 parent 1ba5629 commit 7e888dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/mycat/manager/response/ReloadConfig.java
Expand Up @@ -66,7 +66,7 @@ public static void execute(ManagerConnection c, final boolean loadAll) {

// reload @@config_all 校验前一次的事务完成情况
if ( loadAll && !NIOProcessor.backends_old.isEmpty() ) {
c.writeErrMessage(ErrorCode.ER_YES, "The before @@config_all reload has an unfinished db transaction, please try again later.");
c.writeErrMessage(ErrorCode.ER_YES, "The before reload @@config_all has an unfinished db transaction, please try again later.");
return;
}

Expand Down

0 comments on commit 7e888dd

Please sign in to comment.