Commit Graph

210 Commits

Author SHA1 Message Date
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
wangbin
37cc7ee6a0
Merge pull request #30 from wangbin579/master
Fix admin_show_variables related problems
2018-04-10 15:58:17 +08:00
wangbin579
9ee19bd296 Fix admin_show_variables related problems 2018-04-10 15:55:14 +08:00
jingxiaobing
4842e493ef fix error when GROUP BY db.table.col style name 2018-04-09 14:20:26 +08:00
wangbin
025c126cb9
Update cetus-install.md 2018-04-08 17:15:35 +08:00
wangbin
4da7b9d8c5
Update cetus-install.md 2018-04-08 15:35:22 +08:00
wangbin
4721778b74
Merge pull request #28 from wangbin579/master
Fix the 'attempt to free invalid pointer' problem revealed by tcmalloc
2018-04-08 15:25:41 +08:00
wangbin579
a2c5ad42b9 Fix the 'attempt to free invalid pointer' problem revealed by tcmalloc 2018-04-08 15:22:16 +08:00
wangbin
faf9d95a51
Merge pull request #27 from wangbin579/master
Fix chaos when some backends report err while others not
2018-04-08 10:40:52 +08:00
wangbin579
667f04187a Merge remote-tracking branch 'official/master' 2018-04-08 10:24:34 +08:00
wangbin579
9f47875bde Fix chaos when some backends reports err while others not 2018-04-08 10:24:19 +08:00
wangbin
18303033f6
Merge pull request #26 from wangbin579/master
Try to add tcmalloc support
2018-04-04 15:22:13 +08:00
wangbin579
02c2d3817b Try to add tcmalloc support 2018-04-04 15:19:12 +08:00
wangbin
032df8ce96
Update cetus-sharding.md
同步腾讯云对MySQL XA的版本要求(腾讯云目前只在公有云上基于5.7.17支持XA版本)
2018-04-02 18:49:04 +08:00
wangbin
9c17231e82
Update cetus-rpm.md 2018-04-02 18:15:12 +08:00