Skip to content
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

增加了kingshard多个功能,详见里面的列表 #208

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix conflict
  • Loading branch information
jefjin committed Aug 6, 2016
commit 3965b8b715c854ee1abbcc734fcd624b323f53ff
1 change: 0 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ kingshard是一个由Go开发高性能MySQL Proxy项目,kingshard在满足基

[10.如何配合LVS实现集群部署](./doc/KingDoc/how_to_use_lvs.md)


### kingshard架构与设计

[1.kingshard架构设计和功能实现](./doc/KingDoc/architecture_of_kingshard_CN.md)
Expand Down
2 changes: 1 addition & 1 deletion proxy/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func (r *Router) rewriteSelectSql(plan *Plan, node *sqlparser.Select, tableIndex
//do not change limit
newLimit = node.Limit
}

//rewrite where
oldright, err := plan.rewriteWhereIn(tableIndex)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.