Commit Graph

4852 Commits

Author SHA1 Message Date
Shengliang Guan dbf80b5680
Merge pull request #12987 from taosdata/fix/mnode
fix(sync): persist standby option
2022-05-26 10:11:38 +08:00
Ganlin Zhao 0f27d39156
Merge pull request #12971 from taosdata/fix/TD-15977
fix(query): restrict top/bottom function column type and first param must be column
2022-05-26 09:51:42 +08:00
Shengliang Guan cfa89bd7bc Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-26 09:51:39 +08:00
dapan1121 e27f8e8a23
Merge pull request #12926 from taosdata/feature/async.scheduler
feat: scheduler async api
2022-05-26 09:15:55 +08:00
dapan1121 5635dcf09e
Merge pull request #12983 from taosdata/feature/qnode
feat: catalog async api test
2022-05-26 09:15:34 +08:00
Xiaoyu Wang 94ebcc9b74
Merge pull request #12984 from taosdata/feature/3.0_wxy
feat: sql command 'drop cgroup'
2022-05-25 23:20:17 +08:00
dapan1121 8d56f7e1ec fix mem free issue 2022-05-25 22:05:29 +08:00
afwerar deeeefdb04 fix(os): dll exit error 2022-05-25 21:31:19 +08:00
Xiaoyu Wang 6d3f066540 feat: sql command 'drop cgroup' 2022-05-25 21:23:13 +08:00
Xiaoyu Wang 070f60409b feat: sql command 'drop cgroup' 2022-05-25 21:20:11 +08:00
dapan1121 55ec2aa008 catalog async test 2022-05-25 20:56:21 +08:00
Zhiqiang Wang 4cf843ed51
Merge pull request #12977 from taosdata/fix/ZhiqiangWang/TD-15849-run-case-on-win
fix(os): run case on win
2022-05-25 20:55:04 +08:00
Yihao Deng 6d7bf5e00d
Merge pull request #12941 from taosdata/enh/refactorQueryCtx
enh: refactor trans free ctx
2022-05-25 20:41:11 +08:00
Liu Jicong 64d60e8259
Merge pull request #12981 from taosdata/feature/stream
fix(stream): handle null data
2022-05-25 20:20:48 +08:00
Liu Jicong 86c9446a84 fix(stream): handle null data 2022-05-25 19:37:52 +08:00
afwerar 91925ffb08 fix(os): run case on win 2022-05-25 19:20:02 +08:00
afwerar e144303190 fix(os): run case on win 2022-05-25 19:13:16 +08:00
Liu Jicong c99294cc1f
Merge pull request #12980 from taosdata/feature/stream
fix(stream): memory error
2022-05-25 19:02:42 +08:00
Shengliang Guan 35d9d80191 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-25 18:49:42 +08:00
Liu Jicong 79e97271ca fix(stream): memory error 2022-05-25 18:43:25 +08:00
Minghao Li e0d3b53be7 Merge branch 'feature/sync-mnode-integration' of https://github.com/taosdata/TDengine into feature/sync-mnode-integration 2022-05-25 18:32:59 +08:00
Minghao Li 8c5f6b6849 fix(sync): persist isStandby 2022-05-25 18:32:34 +08:00
Haojun Liao b37ca86866
Merge pull request #12979 from taosdata/feature/3_liaohj
fix(query): set correct expression number in project operator.
2022-05-25 18:31:46 +08:00
afwerar 21bc9335de fix(os): run case on win 2022-05-25 18:28:57 +08:00
Shengliang Guan ce226517ab
Merge pull request #12966 from taosdata/fix/mnode
refactor: let all operations of mnode into the sync log
2022-05-25 18:19:39 +08:00
Haojun Liao 356c9e9056 fix(query): set correct expression number in project operator. 2022-05-25 17:55:34 +08:00
Haojun Liao 53527cfe59
Merge pull request #12975 from taosdata/feature/3_liaohj
enh(query): add detailed sort exec information in analysis of operator.
2022-05-25 17:08:51 +08:00
Shengliang Guan 077ea1b658 Merge branch 'feature/sync-mnode-integration' into fix/mnode 2022-05-25 17:06:35 +08:00
yihaoDeng b0b533e002 fix query ctx crash 2022-05-25 16:42:29 +08:00
afwerar 3a0efe7255 fix(os): run case on win 2022-05-25 16:30:26 +08:00
Shengliang Guan 4bb91775f9 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-25 15:41:15 +08:00
Haojun Liao d5d0bd2b19 fix(query): add check for invalid tablename. 2022-05-25 15:36:57 +08:00
Haojun Liao 84f6898fcd enh(query): add detailed sort exec information in analysis of operator. 2022-05-25 15:22:34 +08:00
dapan1121 041df53f1d Merge branch 'feature/async.scheduler' of https://github.com/taosdata/TDengine into feature/async.scheduler 2022-05-25 15:01:05 +08:00
Shengliang Guan 9b051104ae Merge branch 'fix/mnode' into feature/sync-mnode-integration 2022-05-25 14:49:58 +08:00
Shengliang Guan 3a36979576 refactor: let all operations of mnode into the sync log 2022-05-25 14:49:08 +08:00
Ganlin Zhao 1a784b3c01 fix(query): restrict top/bottom function column type and first param
must be column

TD-15977
2022-05-25 14:44:27 +08:00
Minghao Li 104a207579 FpReConfigCb 2022-05-25 14:43:45 +08:00
Minghao Li 81d0798f5f refactor: update config when there's one locally 2022-05-25 14:27:59 +08:00
dapan1121 a38fcf4e1f catalog async test 2022-05-25 14:24:56 +08:00
dapan1121 e256a0dbe3 change ctx api 2022-05-25 14:23:09 +08:00
Ganlin Zhao def5680ee6
Merge pull request #12968 from taosdata/enh/TD-15976
enh(query): reserve aggregate function constant param as value node in client.
2022-05-25 14:20:02 +08:00
Ganlin Zhao 220253e604 enh(query): reserve aggregate function constant param as value node in
client.

TD-15976
2022-05-25 13:30:26 +08:00
dapan1121 6c6237abe5 fix mem double free issue 2022-05-25 13:27:36 +08:00
dapan1121 c867c6812a change rpc ctx api 2022-05-25 11:09:14 +08:00
dapan1121 49510f6330
Merge branch '3.0' into feature/async.scheduler 2022-05-25 09:46:15 +08:00
dapan1121 52e05bbfe6 fix mem leak 2022-05-25 09:25:39 +08:00
54liuyao 0778bf8857 stream session operator 2022-05-25 09:05:03 +08:00
Haojun Liao 3ac134adbe enh: free cursor if it is not a null pointer. 2022-05-24 23:10:51 +08:00
yihaoDeng 7259a35620 enh: refactor trans free ctx 2022-05-24 22:17:52 +08:00