Releases: Qihoo360/Atlas
Releases · Qihoo360/Atlas
Atlas-Sharding-1.0.1(若不需要跨机器分表,请安装非sharding版本Atlas-2.2.1)
Sharding branch, doc: https://github.com/Qihoo360/Atlas/wiki/Atlas-Sharding
New features:
- sql parser 增加"show variables"语法支持
Bug fix:
- 修复配置文件groupid指定不连续导致的bug.
Atlas-2.2.1
New features:
- Add ‘select/add/remove pwd(or enpwd)' command in admin interface, use this command to set the config option: pwds.
- 'save config' command can save the pwds to the config file.
- add ‘select version’ command in admin interface, use this command to show the version of Atlas.
- log the forbidden SQLs and client ip to the log file.
- close the inactive client connections after wait-timeout seconds.
Bug fix:
- fix the bug of no checking the length of token which may lead Atlas crash.
Atlas-2.2
New features:
- Add 'save config' command in admin interface, use this command can save the master/slave infomation to the config file.
- Add 'add/remove client' command in admin interface, use this command can set the config option: client-ips.
- Adjust the strategy of forwarding result, avoid using too large memory.
- When the parent process restart the child process, the child process will reload the config file.
- The master thread only process the requests from admin port, do not process the requests from work port.
- Add config option:'sql-log-slow' for recording slow logs.
- Use jemalloc library to optimize memory management.
- Support utf8mb4 charset.
- Support prepare statement limited, supporting java, python, PHP(PDO mode).
Bug fix:
- Fix the bug of multiple clients connect admin port, Atlas will crash.
- Fix the bug of strategy of load balance leading read/write spliting failure.
- Fix the bug of parsing the handshaking packet error, when the count of mysql connection reach the ceiling.
- Fix the bug of analyzing the sql token error, Atlas will quit.
Atlas-2.1
New features:
- Support multiple MySQL clients: MySQL Workbench, Navicat and SQLyog.
- The master can be a slave for reading.
- Forbid the update sqls that have no 'where' condition.
- Add the informations about server port and client port in sql log.
- Remove the config options: admin-lua-script and instance.
- Each thread has a connection pool to backend.
Bug fix:
- Fix bug of the config option:charset doesn't work
- Fix bug of update/delete operate in sharding.
Atlas-2.0.5
- change backend state from unknown to down when connect fails
- send COM_SET_OPTION to slave
- remove uuid and connected_clients in admin.lua
Atlas-2.0.4
fix bug of set character_[client|results|connection]
Atlas-2.0.3
- support long connection
- remove min-idle-connections
- SQL log can be closed
- remove the mode restriction of config file
- fix space bug in admin.lua
- remove chassis_private->cons and con_mutex
- remove is_insert_id
- mysql-proxyd reports error info when startup fails
- check_state doesn't change the state of backends to down
- check_state doesn't check the DBs whose state is UP
- Atlas destructs the connection when a client which in transaction state exits
Atlas-1.0.3
support set autocommit