- 02 7月, 2021 2 次提交
-
-
由 wpan 提交于
-
由 sangshuduo 提交于
btw, solve two taosdemo test cases too.
-
- 01 7月, 2021 26 次提交
-
-
由 Haojun Liao 提交于
Feature/query
-
由 Haojun Liao 提交于
fix cmake scripts and reduce compile warnings
-
由 Haojun Liao 提交于
[TD-4986]<fix>:fix core when no ts column returned from subquery
-
由 Haojun Liao 提交于
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * add macro definitions in cmake. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * link jemalloc works. * make install works. * support jemalloc in release.sh. * release script works. * fix a typo. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Yiqing Liu 提交于
fix jenkins err
-
由 liuyq-617 提交于
-
由 Haojun Liao 提交于
-
由 Haojun Liao 提交于
-
由 Linhe Huo 提交于
-
由 Haojun Liao 提交于
Feature/query
-
由 Shengliang Guan 提交于
Add init/cleaup to waltest to make it work
-
由 Haojun Liao 提交于
-
由 Hui Li 提交于
fix retention policy error
-
由 liuyq-617 提交于
-
由 Haojun Liao 提交于
-
由 Haojun Liao 提交于
-
由 sangshuduo 提交于
* [TD-4987]<fix>: issues memory sanitizier detected. * fix mask width issue.
-
由 Haojun Liao 提交于
-
由 Haojun Liao 提交于
-
由 liuyq-617 提交于
-
由 Haojun Liao 提交于
[TD-4953]<fix>: fixed a crash bug when run taos on Windows.
-
由 Haojun Liao 提交于
[TD-4972]<fix>:fix error about double precision conversion on ts expr value
-
由 Haojun Liao 提交于
Feature/query
-
由 Hui Li 提交于
[TD-4951]<test>: add test case
-
由 Ganlin Zhao 提交于
* Fix build failure on MacOS with apple m1 chip * Fix build failure on MacOS with apple m1 chip
-
- 30 6月, 2021 12 次提交
-
-
由 sangshuduo 提交于
* [TD-4918]<fix>: taosdemo subscribe endAfterResume. * fix heap use-after-free issue. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Linhe Huo 提交于
Update Node.js connector version to v2.0.8
-
由 Elias Soong 提交于
[TD-4928] <docs>: fix typo.
-
由 Elias Soong 提交于
-
由 Elias Soong 提交于
[TD-2639] <docs>: fix return type of "taos_errno".
-
由 Elias Soong 提交于
-
由 Shenglian Zhou 提交于
-
由 Shenglian Zhou 提交于
-
由 Hui Li 提交于
fix retention case error
-
由 liuyq-617 提交于
-
由 hope 提交于
1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to "cmake/define.inc"; and change compile flag "/O3" to "/O2", because "/O3" is not supported by MSVC. 2. fix compile warnings in "src/util/src/tbuffer.c", by using "union" to transform integer with float and double. 3. use "memcpy()" instead of directly type convert in "rc/util/src/tutil.c" to resolve memory alignment problem in ARM platform. 4. reduce other compile warnings.
-
由 Ping Xiao 提交于
-