Commit Graph

269 Commits

Author SHA1 Message Date
lazio579
7262be1182 Fix tcp stream related problems 2018-12-11 15:15:53 +08:00
lazio579
098b41157e Fix explain modification problems 2018-12-07 17:40:43 +08:00
lazio579
6b2cbc97be Optimize order by rewrite 2018-12-06 11:00:27 +08:00
lazio579
9f7a584aae Fix order by rewrite problems when meeting case when 2018-12-06 09:24:34 +08:00
lazio579
bf87b71e9f Fix more memory leaks related to the master process 2018-11-30 18:04:49 +08:00
lazio579
7f74bc2cd9 Fix regression errors 2018-11-28 16:14:01 +08:00
lazio579
791dc999ca Fix issue 162 2018-11-28 16:04:50 +08:00
lazio579
3806d85c35 Remove buffer overflow detected problems 2018-11-21 19:57:25 +08:00
lazio579
2af13cc9de Fix resp related problems when server prematurely closed connections 2018-11-21 14:56:47 +08:00
lazio579
3309ac3d83 Remove idle conn efficiently 2018-11-19 12:29:31 +08:00
lazio579
953b25d5ac Change max long query time 2018-11-19 11:35:24 +08:00
lazio579
0810424e55 Add code for removing old connection when needed 2018-11-19 09:15:29 +08:00
lazio579
0c7a084cc8 Fix issue 157 2018-11-16 13:47:48 +08:00
lazio579
4e6cc8d364 Config mysql trx isolation level 2018-11-14 11:42:19 +08:00
lazio579
000d5eaed2 Fix problems related to the sql log status command 2018-11-13 17:27:27 +08:00
lazio579
7822e5bdb7 Remove some message logs 2018-11-12 07:52:19 +08:00
tsthght
59e22af305 fix bug in range scenario when using between 2018-11-09 09:25:01 +08:00
lazio579
a3777814f2 set errno zero before calling g_ascii_strtoll 2018-11-07 10:34:35 +08:00
lazio579
5b78650e9b Support 64 integer for sharding 2018-11-07 09:15:04 +08:00
lazio579
ab9e577fca Support 64 int for max resp len 2018-11-06 10:56:02 +08:00
tsthght
e07036d142 modify:1 update/select tb_heartbeat interval 10ms 2 check slave delay interval 100ms 3 check slave interval 1s 4 'select * from backends' show accurate delay 2018-11-05 16:11:07 +08:00
lazio579
4f94b4a927 Add ms for slave delay checking 2018-11-05 15:09:10 +08:00
lazio579
f6e2cfa654 Fix admin concurrency problems 2018-10-25 16:40:12 +08:00
tsthght
8b90ecd786 admin support: 1 remove backend xx; 2 remove backend where backend_ndx=xx|address=xx 2018-10-24 14:44:55 +08:00
tsthght
cc35f360b8 admin support: 1 /**/; 2 select @@version_comment limit 1; 3 quit command 2018-10-22 15:32:48 +08:00
tsthght
d78b043742 modify bug about mgr 2018-10-18 15:13:01 +08:00
lazio579
7ef8d4527f Support multiple-cols for group by and order by 2018-10-12 17:52:40 +08:00
lazio579
5a0c6644a1 Only support HAVING condition without limit 2018-10-12 11:49:38 +08:00
lazio579
ceba8e4e53 Fix sql modification related problems 2018-10-12 11:03:34 +08:00
lazio579
23b66031e2 Close admin listen socket when receiving change binary signal 2018-09-30 10:25:59 +08:00
lazio579
8de3c3a4f0 Add debug logs 2018-09-30 08:54:14 +08:00
lazio579
7035110d59 Remove unix domain socket link when restarting 2018-09-29 10:09:45 +08:00
lazio579
17b443c49e Fix ssl related problems when ssl_new returns nil 2018-09-28 16:21:05 +08:00
lazio579
1d0291eec3 Support single instance 2018-09-28 10:42:29 +08:00
tsthght
701c8404d0
Merge pull request #143 from tsthght/bugfix/saveconf
allow-nested-subquery/ssl can save to the config file
2018-09-27 20:57:13 +08:00
tsthght
cdcb5f4a6f allow-nested-subquery can save to the config file 2018-09-27 20:38:50 +08:00
lazio579
f5af82cfff Fix client connections stat related problems 2018-09-27 09:41:50 +08:00
lazio579
2024aae3de Send QUIT when closing backend connections 2018-09-26 17:54:13 +08:00
lazio579
fa8b82200f Don't return pid for 'select conn_num from backends' 2018-09-25 14:29:39 +08:00
lazio579
d510eabff9 Fix admin related problems 2018-09-25 14:10:25 +08:00
wangbin579
afeaf54362 Set admin_read_merge true when just reading 2018-09-18 18:20:18 +08:00
wangbin579
7d11a77642 Add help for show maintain status 2018-09-18 09:39:24 +08:00
wangbin579
2080acde82 Add pid for some admin commands 2018-09-18 09:06:19 +08:00
wangbin579
3879c486fb Don't return dup user passwords 2018-09-18 08:49:54 +08:00
jingxiaobing
4903929611 Any aggregate function column can be HAVING condition 2018-09-17 18:10:33 +08:00
wangbin579
ffdb548b1b Merge branch 'single-process' of https://github.com/Lede-Inc/cetus 2018-09-17 08:55:33 +08:00
tsthght
cc6a52018b fix error by mysqltest 2018-09-14 21:49:35 +08:00
tsthght
a8234212a8 fix some warning by scan coverity 2018-09-14 21:27:56 +08:00
wangbin579
9650c23f91 Remove reassigned variables 2018-09-14 10:36:35 +08:00
wangbin579
93be0ceeed Merge 1.1 2018-09-13 10:45:24 +08:00