Commit Graph

420 Commits

Author SHA1 Message Date
tsthght
1681a06255
Merge pull request #107 from tsthght/enhance/log-level
adjust log level
2018-07-29 11:15:57 +08:00
tsthght
5bd4541a25 adjust log level 2018-07-29 11:14:38 +08:00
wangbin579
4cd90cdb3e Fix problems related to xa trans 2018-07-27 16:59:49 +08:00
jingxiaobing
ec50b9a9d0 add some g_clear_error() 2018-07-27 15:38:39 +08:00
jingxiaobing
5c9823738b remote config support variables.json 2018-07-27 14:50:21 +08:00
tsthght
49850e874e
Update cetus-configuration.md 2018-07-27 12:04:24 +08:00
jingxiaobing
0bd76905fe fix auth switch response duplication, it happens on PHP malformed handshake 2018-07-25 16:28:50 +08:00
tsthght
e96b6717a5
Merge pull request #106 from tsthght/bugfix/memory_leaks
fix memory leaks about mgr
2018-07-24 10:55:44 +08:00
tsthght
a5e57796f9
Merge pull request #105 from tsthght/doc/support_mysql8.0
add support MySQL8 specifications
2018-07-24 10:54:32 +08:00
tsthght
360788a4d8 add support MySQL8 specifications 2018-07-24 10:52:04 +08:00
tsthght
35e258b3af fix memory leaks about mgr 2018-07-24 10:29:45 +08:00
wangbin579
97f50911b5 Set dist tran false when write error 2018-07-24 10:01:08 +08:00
wangbin579
bf579a6590 Limit default pool size >= 10 to avoid min_idle_connections problems 2018-07-23 15:38:50 +08:00
wangbin579
9dd848afae Set dist tran false when meeting 'set autocommit=1' without needing to send 2018-07-23 11:33:21 +08:00
tsthght
cb42f5548c
Merge pull request #104 from tsthght/bugfix/check_slave_delay
fix bug about check_salve_delay when save settings
2018-07-20 16:49:21 +08:00
tsthght
af4ff9906c fix bug about check_salve_delay when save settings 2018-07-20 16:29:06 +08:00
wangbin579
908a7843aa Close server conn when dist_tran is true and serivice is unavailable 2018-07-20 15:54:16 +08:00
jingxiaobing
371d6fef04 remote config boolean value support true/false and 1/0 2018-07-20 13:59:30 +08:00
wangbin579
a5426c09f5 Fix tcp stream related problems 2018-07-20 11:17:47 +08:00
wangbin579
9aad33dc8c Refix the problem related to 'in single tran, but visit multi servers' 2018-07-20 10:33:11 +08:00
wangbin579
229c080cf0 Fix typo 2018-07-19 14:56:35 +08:00
jingxiaobing
bb752907f0 admin: CREATE SINGLE TABLE 2018-07-18 18:26:55 +08:00
tsthght
c78d93cb9c
Merge pull request #103 from tsthght/enhance/reload
refine 'config reload' error message
2018-07-18 16:29:18 +08:00
tsthght
600144c937 refine 'config reload' error message 2018-07-18 16:11:10 +08:00
tsthght
125baabc4c
Update cetus-configuration.md 2018-07-18 11:27:38 +08:00
wangbin579
7c400055f4 Remove code related to progress reporting 2018-07-18 09:03:57 +08:00
jingxiaobing
69f4ad3745 Disable MariaDB progress reporting, login cap: CLIENT_PROGRESS 2018-07-17 16:56:35 +08:00
wangbin579
ce90ce95ea Try to fix multi-stmt problems 2018-07-17 16:11:36 +08:00
jingxiaobing
7f20e01972 Compatible with MariaDB version 10+, Closes #99 2018-07-16 15:14:25 +08:00
wangbin579
c169508bdc call create conns after 30 seconds 2018-07-13 14:49:50 +08:00
wangbin579
faf1e8d994 Do merge 2018-07-13 14:40:28 +08:00
tsthght
9a9d114684
Merge pull request #102 from tsthght/changefunc
use g_get_current_dir() instead of get_current_dir_name()
2018-07-13 13:42:26 +08:00
tsthght
1db027952c use g_get_current_dir instead of get_current_dir_name 2018-07-13 13:37:57 +08:00
wangbin579
f89e5cc939 Fix several issues related to trans 2018-07-13 12:04:37 +08:00
wangbin579
bbe5f4e202 Fix several issues related to trans 2018-07-13 12:02:45 +08:00
tsthght
7342def8b2
Merge pull request #100 from tsthght/bugfix/args
fix a bug about read parameters from remote configuration center
2018-07-13 08:57:21 +08:00
tsthght
5791764cea fix a bug about read parameters from remote configuration center 2018-07-13 08:48:51 +08:00
wangbin579
16391089da Close conn when meeting 'in single tran, but visit multi servers for con' 2018-07-12 14:17:13 +08:00
tsthght
c2b2757709
Merge pull request #98 from tsthght/doc
modify cetus-configuration.md
2018-07-11 20:51:06 +08:00
tsthght
42e7961be1 modify cetus-configuration.md 2018-07-11 20:49:48 +08:00
jingxiaobing
b2abd4075e add option: allow-nested-subquery 2018-07-11 18:30:59 +08:00
wangbin579
db8e7d0271 Fix typo 2018-07-10 10:53:37 +08:00
wangbin579
2d8b011c27 Add check when assigning default db 2018-07-10 09:03:38 +08:00
tsthght
a6d206a38e
Merge pull request #97 from tsthght/spec1
modify rpm build file
2018-07-09 19:52:34 +08:00
tsthght
099dafd217 modify rpm build file 2018-07-09 19:51:05 +08:00
liuyanlei
097433b335 modify check-slave-delay related doc 2018-07-09 18:10:17 +08:00
wangbin579
e640c14b84 Merge branch 'master' of https://github.com/Lede-Inc/cetus 2018-07-09 16:44:54 +08:00
wangbin579
beeca02c30 Fix change user problems 2018-07-09 16:44:27 +08:00
liuyanlei25
089f94b18f modify monitor: default check slave delay; default slave-delay-down=10s,slave-delay-recover=1s; change check_slave_delay_msec truncation;admin hascheck_slave_delay_msec only when cetus has salve and monitor delays 2018-07-09 16:36:47 +08:00
wangbin579
debbaa4166 Do not close admin client prematurely when maintained 2018-07-09 15:48:34 +08:00