Skip to content

Commit

Permalink
Merge pull request flike#495 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed load balancing
  • Loading branch information
flike authored Jan 4, 2019
2 parents bc358fa + c8e98f6 commit 53ab18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ kingshard is a high-performance proxy for MySQL powered by Go. Just like other m
- Splits reads and writes
- Client's ip ACL control.
- Transaction in single node.
- Support limitting the max count of connections to MySQL database.
- Support limiting the max count of connections to MySQL database.
- Support setting the backend database online or offline dynamically.
- Supports prepared statement: COM_STMT_PREPARE, COM_STMT_EXECUTE, etc.
- Support multi slaves, and loading banlance between slaves.
- Support multi slaves, and load balancing between slaves.
- Support reading master database forcely.
- Support last_insert_id().
- Support MySQL backends HA.
Expand Down

0 comments on commit 53ab18c

Please sign in to comment.