Commit Graph

197 Commits

Author SHA1 Message Date
Haojun Liao b2e51d956e
Merge pull request #13527 from taosdata/feature/3_liaohj
fix(query): check array length before generating the retention string .
2022-06-06 22:41:32 +08:00
Haojun Liao a59f40dde2 fix(query): check array length before generating the retention string . 2022-06-06 20:48:16 +08:00
Shengliang Guan 5838956831 refactor: dnode online 2022-06-06 14:45:53 +08:00
Shengliang Guan 980e289cdf refactor: add alter-confirm while alter db 2022-06-05 14:59:53 +08:00
Haojun Liao 31096b1c57
Merge pull request #13463 from taosdata/feature/3_liaohj
enh(query): add retension for the results of show databases;
2022-06-04 14:51:49 +08:00
Haojun Liao 2b3ff4d888 fix: update the column type in show. 2022-06-04 14:22:30 +08:00
Haojun Liao 978f73393d enh(query): add retension for the results of show databases; 2022-06-04 12:31:35 +08:00
Shengliang Guan 3e0d80a247 test: case for alter db replica 2022-06-02 20:10:27 +08:00
wangmm0220 8cba836611 fix:fix CI error in schemaless parameters 2022-06-02 14:54:21 +08:00
WANG MINGMING 9cb385f0b8
Merge pull request #13388 from taosdata/3.0
3.0
2022-06-01 20:07:09 +08:00
wangmm0220 0ecd49205f feat:merge from 3.0 2022-06-01 18:59:01 +08:00
Shengliang Guan 7fcfd45a03 feat: increase the number of database replicas 2022-06-01 17:26:36 +08:00
Shengliang Guan c388099efb refactor: adjust trans conflict dbname 2022-06-01 13:37:21 +08:00
Shengliang Guan 9057abeb39 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-31 17:39:57 +08:00
Shengliang Guan 04ef9e15e6 refactor: make trans support global conflict 2022-05-31 17:37:25 +08:00
Shengliang Guan 691cc93ed2
Merge pull request #13311 from taosdata/fix/mnode
refactor: make trans support multi steps
2022-05-31 17:28:39 +08:00
Shengliang Guan 86f8bf6cb1 refactor: make trans support multi steps 2022-05-31 14:38:15 +08:00
wangmm0220 35635ea68c feat:add schemaless db paras 2022-05-31 10:42:18 +08:00
Liu Jicong d1259b3c82 fix(tmq): remove topic ref cnt 2022-05-30 22:50:59 +08:00
wangmm0220 f7c21c4502 feat:add schemaless db paras 2022-05-30 18:00:03 +08:00
Shengliang Guan 381ff01f52 feat: add vgroup for tsma 2022-05-26 13:18:39 +08:00
Shengliang Guan 6253ed7db5 fix: memory leak 2022-05-21 20:32:45 +08:00
Shengliang Guan 682a7cab17 fix: avoid memory leak 2022-05-21 16:35:24 +08:00
Shengliang Guan f94eaa6730 fix: only send message to one vnode in the vgroup 2022-05-18 20:41:21 +08:00
Shengliang Guan b858688fab fix: unreasonable error message when creating db with insufficient dnodes 2022-05-17 21:31:59 +08:00
Shengliang Guan 7563605418 fix: wrong db status 2022-05-17 21:24:32 +08:00
Shengliang Guan 96b7f2696a refactor: adjust SRpcMsg 2022-05-16 14:55:31 +08:00
Hongze Cheng 0e75441545 fix ctest 2022-05-11 08:10:17 +00:00
Shengliang Guan ecf73625a7 fix: the single_stable field of the show database statement is wrong 2022-05-10 16:49:42 +08:00
Shengliang Guan 99efc7334a enh: add authVersion for user privilege 2022-05-06 22:53:49 +08:00
Shengliang Guan 0886d23e02 fix: alter db replications 2022-05-06 22:17:56 +08:00
Shengliang Guan ae23dd2382 fix: alter db replications 2022-05-06 17:28:58 +08:00
Shengliang Guan 666b0b676d fix: alter db replications 2022-05-06 15:34:00 +08:00
Shengliang Guan 1d149e5540 refactor: format sma code 2022-05-06 09:56:21 +08:00
Shengliang Guan 2383b316d7 refactor: adjust db codes 2022-05-05 21:52:18 +08:00
Liu Jicong 6258e5b534 merge from 3.0 2022-05-05 19:04:14 +08:00
Liu Jicong a5706ea7e5 feat(stream): insert data 2022-05-05 18:57:09 +08:00
Cary Xu b2d6ec1472 feat: rollup sma retention unit 2022-05-01 12:18:54 +08:00
Haojun Liao 35fccc49d8 refactor(query): remove redundant attributes in some structs. 2022-04-29 08:48:18 +08:00
Haojun Liao 621b6f90fe fix(query): remove some invalid option in show results. 2022-04-28 20:17:18 +08:00
Haojun Liao b11a759172 fix(query): fix mismatch in displaying database info. 2022-04-28 19:26:52 +08:00
Haojun Liao f6fbbdfc5f other: merge 3.0 2022-04-28 18:13:41 +08:00
Haojun Liao 96363c411d other: merge 3.0 2022-04-28 15:40:03 +08:00
Shengliang Guan 2d7ccc3b21 enh: refactor db options 2022-04-28 15:30:23 +08:00
Haojun Liao 47a9b26507 fix(query): show tables in information_schema db. 2022-04-28 15:30:18 +08:00
Shengliang Guan 3cc90a8cec Merge remote-tracking branch 'origin/3.0' into feature/db 2022-04-28 14:25:52 +08:00
Xiaoyu Wang 6d449c8224 enh: refactor db and table options 2022-04-27 18:18:37 +08:00
Shengliang Guan 4026ff6202 fix: set ready status while alterdb 2022-04-26 14:50:41 +08:00
Shengliang Guan 149619b172 refactor: return vgroup global verison 2022-04-26 10:28:23 +08:00
Shengliang Guan 621290ab79 enh: update db options 2022-04-25 21:12:03 +08:00