forked from MyCATApache/Mycat-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from base #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge from base #29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--meage code
update from origin
MultiNodeQueryHandler的fieldPackets数组在遇到avg函数会多存储AVG[i]COUNT这一列,当遇到这种情况,需要从fieldPackets中去除这个列
修复MultiNodeQueryHandler fieldPackets多余列存储问题
---更新最新代码
zkutil&1.6.1
修复 max(col) 或者 min(col),col列为数值型时,结果错误.
revet 1.6
修改lock tables功能的处理逻辑
zk切换功能和zk监控自动reload
针对issue #1092 新增HandshakeV10Packet用于解决高版本jdbc驱动连接mycat抛com.mysql.cj.core.exceptions.UnableToConnectException: CLIENT_PLUGIN_AUTH is required的异常
feature #1203 兼容高版本mysql jdbc连接mycat
在UnsafeRowGrouper的getGroupKey方法中,对decimal列的处理逻辑上出现问题(索引下标用错)导致聚合的结果出错,修复这个bug
修复新内存模式decimal列进行聚合的bug
migrate and fix buffer npe
fix test unit
1,重复代码重构 2,重构watch机制利用pathcache(完成) 3,zk连接重构
进行zk的bug修改验证
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.