Commit Graph

334 Commits

Author SHA1 Message Date
Shuduo Sang 175202e036
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 19:48:08 +08:00
Shuduo Sang ce9119b332
Feature/sangshuduo/td 3973 use jemalloc (#6788)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

* check ver comp by file.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 17:24:51 +08:00
Shuduo Sang 3da8055c2d
Feature/sangshuduo/td 3973 use jemalloc (#6784)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 16:04:08 +08:00
Shuduo Sang 7c869c765a
Feature/sangshuduo/td 3973 use jemalloc (#6767)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 19:32:21 +08:00
Shuduo Sang ad7a59d759
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 19:32:07 +08:00
Shuduo Sang 7d9efc95a2
Feature/sangshuduo/td 3973 use jemalloc (#6766)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:31:38 +08:00
Shuduo Sang 1d25f5f6be
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6765)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:30:52 +08:00
Shuduo Sang c7a1fd0a26
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6763)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:00:20 +08:00
Shuduo Sang 7a80bf0417
Feature/sangshuduo/td 3973 use jemalloc (#6762)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 17:59:51 +08:00
Shuduo Sang 8868d44773
Feature/sangshuduo/td 3973 use jemalloc (#6752)
* [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.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:55 +08:00
Shuduo Sang c9c6a92569
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6753)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:39 +08:00
Zhiyu Yang a657f4529b
add tq release packagine scripts (#6739)
* change version number

* change packaging scripts

* add more scripts

* change scripts

* change

* change

* change

Co-authored-by: plum-lihui <huili@taosdata.com>
2021-07-06 09:23:05 +08:00
Shuduo Sang cbc60231c5
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6598)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-23 21:48:47 +08:00
Shuduo Sang 07c48dadd9
Feature/sangshuduo/td 3973 use jemalloc (#6334)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-01 21:32:21 +08:00
Shuduo Sang 09c4c28169
Feature/sangshuduo/td 3973 use jemalloc (#6319)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-01 13:34:03 +08:00
Huo Linhe 998680015d
[TD-4370]<fix>: squashed commit of python connector changes in develop (#6246)
commit 0c81e3c0ba89c86f6d17d51d5056146e177cace5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri May 14 10:27:13 2021 +0800

    [TD-4160]<fix>: remove python connector soft links, fix tests and documents

commit f439fce413423e7d7c97eef180c93d63dedab32e
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 18:50:53 2021 +0800

    [TD-182]: bump python connector version to v2.0.10 (#6091)

    Also fix url error in setup.py

commit 4ae55d494a262e482f6b34e8bf193cc6af62a886
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 09:49:26 2021 +0800

    [TD-4370]<fix>: merge python connector changes to master

    Inludes:

    [TD-182]<enhance>: use single repo for python connector (#6036)

    * [TD-182]<enhance>: use single repo for python connector

    Remove code for each platform and build up one single python code base
    for windows/osx/linux platforms and python2/python3 runtime.

    * [TD-182]<enhance>: remove redundant code in python connector

    * [TD-4149] <fix>: fix python connection config error
2021-05-27 17:44:57 +08:00
Shengliang Guan 0542a34500 Merge remote-tracking branch 'origin/master' into feature/m2d 2021-05-22 17:32:22 +08:00
zyyang 696c784377
Fix/td 4086 (#6153)
* [TD-3086]<fix>: clean out unnecessary file in packaging scripts

* [TD-4224]<enhance>: reduce grafana module size in packaging

* change

* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule

Conflicts:
	packaging/deb/makedeb.sh
	packaging/rpm/tdengine.spec
	packaging/tools/make_install.sh
	packaging/tools/makeclient.sh
	packaging/tools/makeclient_power.sh
	packaging/tools/makepkg.sh
	packaging/tools/makepkg_power.sh

Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-05-22 15:55:32 +08:00
Huo Linhe a06be90f6f
[TD-4228]<fix>: fix install error when grafana submodule not ready (#6151)
* [TD-4228]<fix>: fix install error when grafana submodule not ready

* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
2021-05-19 11:17:44 +08:00
Huo Linhe e4f135b4bd
[TD-4224]<enhance>: reduce grafana module size in packaging (#6146) 2021-05-17 21:04:02 +08:00
Huo Linhe 88107acde7 [TD-4160]<fix>: remove python connector soft links, fix tests and documents 2021-05-14 10:27:13 +08:00
zyyang 5e23487824
[TD-4089]<fix>: fix systemd sent SIGKILL before taosd shutdown normally (#6101)
Co-authored-by: plum-lihui <huili@taosdata.com>
2021-05-13 09:40:15 +08:00
zyyang af996100a2
[TD-3417]<fix>: remove.sh stop and delete the nginxd.service for enterprise edition (#5617) 2021-04-01 15:15:50 +08:00
tomchon e9ff56e37f [TD-2943]<fix uninstall-remove tdengine from system> 2021-03-18 18:54:36 +08:00
Shuduo Sang cc5e1ebb63
Merge pull request #5251 from taosdata/hotfix/sangshuduo/TD-3037-disable-balance-for-enterprise
[TD-3037] <fix>: disable balance for enterprise user.
2021-02-23 19:07:06 +08:00
Shuduo Sang 6f022e072e [TD-3037] <fix>: disable balance for enterprise user. 2021-02-23 06:48:59 +00:00
Shuduo Sang f2fc2fe82e [TD-2984] <fix>: combine taosdemo and taosdemox. 2021-02-19 06:35:49 +00:00
Hui Li 06dd366a81 [TD-2947]<fix>when update version, first stop nginx 2021-02-05 16:35:40 +08:00
Hui Li 9581489599 [TD-2830]<feature> support tar.gz pkg 2021-01-29 11:35:50 +08:00
Hui Li 52ab808f26 [NONE] 2021-01-28 16:11:07 +08:00
Hui Li 321e97d7d8 [TD-2823]<feature> modify start count by systemd 2021-01-28 11:55:17 +08:00
slguan 9efd58c62a TD-2837 2021-01-25 11:53:55 +08:00
freemine c96827dcb4 Merge remote-tracking branch 'upstream/develop' into mac 2021-01-23 09:38:28 +08:00
Minglei Jin a486d1de40 [TD-2445]<fix>: dump toasd process cfgs 2021-01-21 19:46:38 +08:00
freemine 0c96f7653e 1. bugfix: eok.c: array of pointers rather than POD buffer
2. initial port of taosd for MacOSX
2021-01-17 21:40:39 +08:00
Hui Li 173a23deeb [NONE] 2021-01-11 17:38:57 +08:00
Hui Li 4858bee76b [TD-2103]<feature> taosdemo enhancement 2020-12-29 14:53:30 +08:00
Hui Li 38d4af2624 [TD-2467] 2020-12-25 15:12:52 +08:00
Hui Li 26b342ff13 [TD-2467] 2020-12-24 16:35:44 +08:00
Hui Li d61f1d26eb [TD-2531]<fix> support interactive in rpm package 2020-12-23 12:03:00 +08:00
Hui Li 2a3aa6323a [NONE]modify TDEngine to TDengine 2020-12-22 18:35:29 +08:00
Hui Li a182437bf8 [TD-2188]<fix> hostname check 2020-12-15 19:13:53 +08:00
Hui Li 59cbb734c9 [TD-2269]<fix> install taosdump to /usr/bin 2020-11-28 18:26:36 +08:00
zyyang-taosdata 182328eba9 [TD-2156]<hotfix>: change packaging scripts for aarch32 2020-11-19 06:43:56 +00:00
Hui Li 71e99dced0 [TD-2101]<feature> release taosdump for install package 2020-11-16 12:42:00 +08:00
Hui Li 73431c12d6 [TD-1751]<feature>add script for geting client ip add and new connection time from taosdlog file 2020-11-16 12:39:09 +08:00
zyyang 67c90d60df change 2020-11-06 18:23:27 +08:00
Shengliang Guan eef44148c7
Merge pull request #4119 from taosdata/feature/TD-1954
[TD-1954]<feature>: a inport/export tool for logical backup
2020-11-05 18:29:56 +08:00
zyyang fdaf1e470c [TD-1954]<feature>: a inport/export tool for logical backup 2020-11-05 17:18:01 +08:00
Hui Li 8e5835ae37 [TD-1945]<fix> do not install libtaos.so inot lib64 when lib64 not exist in som so 2020-11-05 13:42:18 +08:00
zyyang 25ced73caf [TD-1933]<fix>: input fqdn and email during rpm package install 2020-11-04 11:27:59 +08:00
plum-lihui 67ddca5d80 [TD-1781] 2020-10-27 16:10:40 +08:00
Hui Li 5961df09b5 modify release script 2020-10-24 10:15:36 +08:00
Hui Li efac9a1de7 modify release scripts 2020-10-24 10:10:20 +08:00
Hui Li fa874237b2 [TD-1625] 2020-10-12 18:27:43 +08:00
Hui Li 16ea473ddd [TD-1353] 2020-09-29 15:54:11 +08:00
Hui Li 1f4d0b0c13 [TD-1465] 2020-09-27 13:28:37 +08:00
Hui Li 72199cacdf [TD-1305] 2020-09-02 13:19:16 +08:00
Hui Li 3e69309401 [do not get version info using get_version.sh] 2020-09-01 16:11:41 +08:00
Hui Li 50e2dd7531 [TD-1228] 2020-08-29 15:46:50 +08:00
Hui Li 57ec385903 [TD-1228] 2020-08-29 15:45:02 +08:00
Shengliang Guan 5da3bbeb42
Merge pull request #3215 from amoskong/history_err
install.sh: create empty history file after installation
2020-08-27 09:36:04 +08:00
Shengliang Guan 7c39b573a3
Merge pull request #3220 from taosdata/fmaster/lihui
[TD-1203]
2020-08-25 16:00:27 +08:00
Hui Li 50b51f1500 [TD-1203] 2020-08-25 14:31:15 +08:00
Hui Li a8417e7b6e [TD-1203] 2020-08-25 13:48:32 +08:00
Amos Kong a7f58f9437 install.sh: create empty history file after installation
There is a error message in first use of taos, because the history
file doesn't exist.

This patch tried to create an empty history file after installation,
then users won't see the error message.

| [root@045a9307c53a ~]# taos
|
| Welcome to the TDengine shell from Linux, Client Version:2.0.1.1
| Copyright (c) 2017 by TAOS Data, Inc. All rights reserved.
|
| Failed to open file /root/.taos_history
| taos>

Signed-off-by: Amos Kong <kongjianjun@gmail.com>
2020-08-25 07:39:15 +08:00
Shengliang Guan 2f76b8c276
Merge pull request #3196 from taosdata/master
Master
2020-08-23 20:11:08 +08:00
Hui Li 5682851c4e [TD-1048] 2020-08-22 15:46:22 +08:00
Hui Li 6c7d86a2dc [fix bug] 2020-08-21 12:52:58 +08:00
Hui Li 12ba6ab368 [fix bug] 2020-08-21 12:00:04 +08:00
Shengliang Guan 80f73fa70b
Merge pull request #3162 from taosdata/master
merge from develop into masetr
2020-08-20 16:59:24 +08:00
Hui Li 4104f7f434 [TD-1190] 2020-08-20 15:35:00 +08:00
Shuduo Sang 111607e5ca modify packaging tools for grafana plugin changed to submodule. 2020-08-20 14:38:00 +08:00
Hui Li 88a1e6b16e [fix bug] 2020-08-13 14:49:32 +08:00
Hui Li b36c9b1bdc [fix bug] 2020-08-13 14:47:18 +08:00
Hui Li faf2f73f94 [add ldconfig] 2020-08-13 14:41:49 +08:00
Hui Li d7bf44a03b [fix bug] 2020-08-13 13:57:39 +08:00
Hui Li a5d1e97058 [TD-1121] 2020-08-13 11:19:10 +08:00
Hui Li 9ef11679bd [TD-1121] 2020-08-13 11:18:55 +08:00
Hui Li 29c5d7773a [add link for libtaos.so to /usr/lib64] 2020-08-13 09:31:46 +08:00
Hui Li f1e19aae4c [fix bug] 2020-08-11 10:33:17 +08:00
Hui Li 99021d2692 [TD-1055/TD-1004] 2020-08-04 17:26:35 +08:00
Hui Li 5eceec5935 [TD-1055/TD-1004] 2020-08-04 17:24:13 +08:00
Hui Li d1bb163cab [modify install show info] 2020-08-01 10:31:16 +08:00
Hui Li bbc9be5ba6 [modify install show info] 2020-08-01 10:16:36 +08:00
Hui Li ae36304327 [modify] 2020-07-31 11:26:22 +08:00
Hui Li 1242ae5e1e [modify] 2020-07-30 19:49:26 +08:00
Hui Li 92cd048474 [modify install] 2020-07-30 11:12:36 +08:00
Hui Li 0bc21b2849 [modify install] 2020-07-30 11:08:29 +08:00
Hui Li 8e410b8a30 [TD-1017] 2020-07-28 19:05:20 +08:00
Hui Li d9d22393de [TD-1017] 2020-07-28 17:41:32 +08:00
lihui 7293ebe830 [TD-192] 2020-04-23 16:02:51 +08:00
lihui bd304d0e01 [BASE-1513] 2020-02-11 10:36:55 +08:00
lihui a926ffd33f [BASE-1513] 2020-02-11 10:21:57 +08:00
lihui 842bdc50c6 [modify pkg name] 2020-02-09 12:07:59 +08:00
lihui 5628086b7d [TBASE-1357] 2020-01-17 11:08:09 +08:00
slguan 88d7d099bb #1133 #160 #417 TBASE-530 TBASE-801 2020-01-16 17:45:57 +08:00
lihui 3700552ed2 [TBASE-1420] 2019-12-28 16:34:46 +08:00
lihui 3e5d1c3644 [#971] 2019-12-25 18:00:18 +08:00
Frozen 687897bef8 add support of Alpine Linux 2019-12-20 11:53:15 +08:00
Frozen 79389aaaaf fix issue of readlink 2019-12-20 11:53:06 +08:00
lihui 24f6170b64 [update] 2019-12-12 15:41:50 +08:00
lihui 1e9f100473 [version pos] 2019-12-06 17:03:53 +08:00
lihui 641c1e44d0 [TBASE-816] 2019-12-04 16:07:25 +08:00
lihui d468cc5eb2 [TBASE-1271] 2019-12-02 19:01:20 +08:00
slguan 0224972e63 fix some release scripts 2019-11-30 23:17:58 +08:00
huili 6bc4ab252b [modify the name of the client install package] 2019-11-30 18:08:57 +08:00
lihui ccfd17df51 [modify packging script] 2019-11-22 12:26:04 +08:00
lihui 55ed99d78e [add taoserror.h] 2019-11-16 13:39:51 +08:00
lihui 1efed1e01b [add taoserror.h] 2019-11-16 13:37:05 +08:00
slguan 1ca75c5a07 fix bugs in package script 2019-11-11 20:22:28 +08:00
slguan ec63e58813 fix package script error 2019-11-07 22:34:08 +08:00
slguan c2e91fcb75 Adjust code structure 2019-11-07 18:12:26 +08:00
huili bc6b96c7c8 [NONE] 2019-08-26 18:08:04 +08:00
huili 5998060e8f [NONE] 2019-08-26 17:32:21 +08:00
huili 987249f441 [NONE] 2019-08-26 16:43:41 +08:00
huili 2506af72b3 [add install service] 2019-08-26 13:21:43 +08:00
slguan 3c138b652c update package script 2019-08-08 13:52:33 +08:00
huili 2d1484cd5b [no remove config, data, log files] 2019-08-01 19:05:17 +08:00
plum-lihui 310c5a43f5 [Modify the use of sudo commands] 2019-07-19 15:40:47 +08:00
plum-lihui 6524f9a1c4 [Modify the use of sudo commands] 2019-07-19 15:40:39 +08:00
plum-lihui c9e318301e [Modify the use of sudo commands] 2019-07-19 15:40:32 +08:00
plum-lihui 4481eab46c [Modify the use of sudo commands] 2019-07-19 15:40:20 +08:00
plum-lihui 1f4807a435 [Modify the use of sudo commands] 2019-07-19 15:40:12 +08:00
plum-lihui 11e3af220b [Modify the use of sudo commands] 2019-07-19 15:40:03 +08:00
slguan 84e4794024
Merge pull request #69 from plum-lihui/master
modify libtaos.so link
2019-07-16 23:45:54 +08:00
hzcheng f15b14b821 Add make install error handle 2019-07-16 17:04:10 +08:00
huili 60673a9fbe [modify libtaos.so link] 2019-07-16 15:37:08 +08:00
huili 5dea405e43 [modify libtaos.so link] 2019-07-16 15:37:02 +08:00
huili 43fd5991e5 [modify libtaos.so link] 2019-07-16 15:36:56 +08:00
huili d94d484ec7 [modify libtaos.so link] 2019-07-16 15:36:48 +08:00
huili bca9861004 [modify libtaos.so link] 2019-07-16 15:36:41 +08:00
slguan 99c666aa49 Solve the installation script does not package taosdump error 2019-07-11 18:11:08 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00