Commit Graph

224 Commits

Author SHA1 Message Date
wangbin579
2549cc5abd Fix warnings 2018-05-16 17:30:56 +08:00
wangbin579
6b21ee9062 Disable transaction for admin 2018-05-16 17:11:23 +08:00
wangbin579
106f03c599 Merge branch 'master' of https://github.com/wangbin579/cetus 2018-05-16 17:10:27 +08:00
liuyanlei25
b4018d12ff add instruction of 'show maintain status', 'ip range supports' and 'save settings' 2018-05-16 16:44:45 +08:00
liuyanlei25
b2b75a75bf Ip whitelist or blacklist supports ip range 2018-05-16 15:42:49 +08:00
tsthght
5f2d0930f9
Merge pull request #58 from tsthght/feature/issue_57
new feature: show maintain status
2018-05-16 15:32:07 +08:00
tsthght
f1c06ad88b new feature: show maintain status 2018-05-16 15:30:51 +08:00
tsthght
edb97d7e3d
Merge pull request #56 from tsthght/bugfix/issue55
fix error:"select conn_num from backends"  may return incorrect result in some cases.
2018-05-16 14:12:40 +08:00
tsthght
a64da7468e fix error:select conn_num from backends 2018-05-16 13:48:26 +08:00
liuyanlei25
6921d53dc7
Update cetus-install.md 2018-05-16 10:10:43 +08:00
tsthght
7f7582d22e
Merge pull request #54 from tsthght/bugfix/issue51
fix error:admin command may match incorrectly
2018-05-15 20:12:59 +08:00
tsthght
db2d616426 fix error:admin command may match incorrectly 2018-05-15 19:37:02 +08:00
wangbin579
501d40fc56 Remove duplicate code 2018-05-15 18:40:23 +08:00
tsthght
3a0c2777e9
Merge pull request #53 from tsthght/bugfix/change_backend_status
#47
2018-05-15 17:45:02 +08:00
tsthght
32fb5f4e76 fix concurrency problems temporarily 2018-05-15 17:38:16 +08:00
tsthght
e8e0c06653
Merge pull request #52 from tsthght/bug/save_settings
make variables which type are OPTION_ARG_NONE support command of save
2018-05-14 20:26:32 +08:00
tsthght
9bf1e12bfd make some variables which type are OPTION_ARG_NONE support save settings 2018-05-14 17:31:03 +08:00
jingxiaobing
e7f9a2521b fix OPENSSL precompile switch 2018-05-11 15:50:51 +08:00
jingxiaobing
e4e0cbdf61 Merge branch 'ssl-support', Closes #7 2018-05-11 15:16:15 +08:00
jingxiaobing
2e93afac01 Add --ssl option, default to false, when set to true, client can connect with SSL
User must provide 'server-key.pem' and 'server-cert.pem' in the --conf-dir, which can be generated by mysqld
2018-05-11 15:11:38 +08:00
cuichunhua
0ed0eae269 modify cetus's state unknown->up, maintaining->down 2018-05-11 15:03:47 +08:00
tsthght
c1074eb629
Merge pull request #50 from tsthght/bug/save_settings
#49
2018-05-11 10:51:31 +08:00
tsthght
8dd872c892 remove newfile need not report error 2018-05-11 10:23:01 +08:00
wangbin
b36adde0c0
Merge pull request #48 from wangbin579/master
Fix set autocommit related problems
2018-05-10 09:10:23 +08:00
wangbin579
65966050bf Fix set autocommit related problems 2018-05-10 09:07:16 +08:00
jingxiaobing
5160791330 SSL_writev 2018-05-09 17:41:28 +08:00
jingxiaobing
dad2fccd48 Merge branch 'master' into ssl-support
Conflicts:
	plugins/admin/admin-plugin.c
2018-05-09 14:52:45 +08:00
wangbin
c9e5ba13e9
Merge pull request #41 from tsthght/feature/saveconfig
1 support save settings 2 fix some bugs about show/set variables
2018-05-09 09:24:11 +08:00
wangbin
796f2aa20f
Merge pull request #43 from wangbin579/master
Disable client plugin auth
2018-05-08 14:25:54 +08:00
wangbin579
9555d9323a Disable client plugin auth 2018-05-08 14:23:20 +08:00
wangbin
43d8aa10ac
Merge pull request #42 from wangbin579/master
Try to fix default charset problems
2018-05-08 11:40:12 +08:00
wangbin579
bd4478a48a Try to fix default charset problems 2018-05-08 11:36:56 +08:00
jingxiaobing
4c4e19b053 compatible with zlib compression 2018-05-04 17:30:14 +08:00
jingxiaobing
fb6135262e OpenSSL basic support, not yet compatible with compression 2018-05-03 16:31:41 +08:00
tsthght
3848861646 1 support save settings 2 fix some bugs about show/set variables 2018-05-02 09:17:08 +08:00
bing
2d38790636
Merge pull request #39 from tsthght/bugfix/bigint
support sharding key type int64
2018-04-25 17:09:27 +08:00
tsthght
db11d4af10 support sharding key type int64 2018-04-25 16:42:32 +08:00
liuyanlei25
2817c857e3 add cetus-mysql-prepare, update cetus-quick-try and some example conf 2018-04-19 18:07:39 +08:00
wangbin
710c7767d9
Update README.md 2018-04-18 13:35:57 +08:00
wangbin
09316ed4a8
Update cetus-install.md 2018-04-18 10:52:52 +08:00
wangbin
652d862a98
Update shard-plugin.c 2018-04-17 11:50:49 +08:00
wangbin
83037923bc
Merge pull request #32 from wangbin579/master
Change version to 1.0 and remove warning related logs
2018-04-17 11:46:17 +08:00
wangbin579
e4aedef38d Change version to 1.0 and remove warning related logs 2018-04-17 11:43:20 +08:00
liuyanlei25
9330a2b901 update MySQL-5.7.21-XA-bug-code-analysis.pdf 2018-04-13 16:17:43 +08:00
wangbin
bfce9ff4ca
Update cetus-architecture.md 2018-04-13 11:10:01 +08:00
wangbin
4866644dbb
Update mysql-xa-bug.md 2018-04-13 09:57:58 +08:00
liuyanlei25
36fc93974c update mysql-xa-bug.md 2018-04-12 15:42:11 +08:00
wangbin
b00b7eb1b3
Update cetus-install.md 2018-04-12 10:56:10 +08:00
liuyanlei25
e98cbabd83 add mysql-xa-bug-verify 2018-04-11 22:17:25 +08:00
liuyanlei25
ff87dec513 update README.md and README.md 2018-04-11 12:01:02 +08:00