slguan
|
412db1ab0a
|
Fix the issure #126, Taosd may crash while an invalid token input
|
2019-07-20 14:49:39 +08:00 |
maikebing
|
6617d22b7d
|
Modify json's date to Json standard time format ISO-8601
|
2019-07-20 09:53:35 +08:00 |
Jeff Tao
|
6f3a448b22
|
fix issue #122
|
2019-07-19 19:10:32 +08:00 |
slguan
|
21806f647e
|
Fix the issure #118, Change the alter tag value sql syntax
|
2019-07-19 19:02:59 +08:00 |
slguan
|
bc6bdc1b69
|
Fix the issue #121, Output dataDir in the log file
|
2019-07-19 19:00:47 +08:00 |
slguan
|
7270de4ca2
|
Fix the issue #120, Set the default listening IP address to 0.0.0.0
|
2019-07-19 18:57:06 +08:00 |
hjliao
|
e5edd507bb
|
Merge branch 'master' of http://github.com/taosdata/TDengine
|
2019-07-19 15:43:31 +08:00 |
hjliao
|
b949b0ab32
|
fix issue #117
|
2019-07-19 15:41:59 +08:00 |
plum-lihui
|
0e0be34d44
|
[modify path of libtaos.so]
|
2019-07-19 15:37:31 +08:00 |
plum-lihui
|
f664dd35a2
|
[modify path of libtaos.so]
|
2019-07-19 15:37:24 +08:00 |
plum-lihui
|
5e6012f330
|
[modify path of libtaos.so]
|
2019-07-19 15:37:18 +08:00 |
plum-lihui
|
961c95477c
|
[issue #102]
|
2019-07-19 15:36:07 +08:00 |
plum-lihui
|
12b3ea1fb4
|
[issue #102]
|
2019-07-19 15:35:57 +08:00 |
slguan
|
7c744dabd6
|
Merge pull request #109 from plum-lihui/master
Fix the issure #102, describe table bug when the table name use capital letters
|
2019-07-18 20:18:05 +08:00 |
huili
|
74bd4086fc
|
[issue #102]
|
2019-07-18 20:10:23 +08:00 |
slguan
|
136f34044b
|
Fix the issure #103, alter table change tag bug
|
2019-07-18 18:55:30 +08:00 |
slguan
|
04e0600907
|
Fix the issue #108, limit does not have effects on the results
|
2019-07-18 18:40:32 +08:00 |
slguan
|
6917618198
|
Fix the issue #100, Change keyword stable to STable
|
2019-07-18 11:45:40 +08:00 |
slguan
|
d3329e487c
|
Fix the issue #99, when the http request is broken, the query does not end normally
|
2019-07-18 11:44:12 +08:00 |
slguan
|
d63f0e7fd9
|
Fix issue #91, remove assert for illegal filtering conditions
|
2019-07-18 10:57:36 +08:00 |
hzcheng
|
932da9d53a
|
Fix shell password issue #92
|
2019-07-17 20:04:44 +08:00 |
slguan
|
cd1117a7a2
|
Fix the Issue of #46, Build source code failure
|
2019-07-16 14:42:51 +08:00 |
slguan
|
6a1a3c2414
|
Modify the default proportion of the last file
|
2019-07-16 14:12:53 +08:00 |
slguan
|
02d1d6c525
|
Fix the syntax error while EPOLLWAKEUP no defined in some systems
|
2019-07-16 13:32:29 +08:00 |
slguan
|
75dabd02d1
|
Merge pull request #27 from amosbird/t2
fix left/bs for release build
|
2019-07-16 11:13:10 +08:00 |
slguan
|
66791ff39f
|
Fix the bug when the stream calculation error occurs
|
2019-07-16 10:36:20 +08:00 |
slguan
|
76ac9464d5
|
The password is no longer stored in clear text, so you may need to reinstall the database
|
2019-07-16 10:31:43 +08:00 |
hzcheng
|
7fa03ddff2
|
Merge pull request #56 from plum-lihui/master
insert into multiple tables with file, return the wrong affected rows
|
2019-07-16 09:36:43 +08:00 |
hzcheng
|
4173a8bb51
|
Merge pull request #21 from amosbird/t1
Don't SEGFAULT
|
2019-07-16 09:35:15 +08:00 |
huili
|
c9224b72da
|
[TBASE-641]
|
2019-07-16 09:04:50 +08:00 |
Amos Bird
|
0084b15959
|
fix left/bs for release build
|
2019-07-15 11:17:33 +08:00 |
Amos Bird
|
5f7ee42c95
|
Don't SEGFAULT
|
2019-07-15 10:07:59 +08:00 |
Amos Bird
|
11389fc2c7
|
Fix compilation of taosdump
The mode argument must be supplied when O_CREAT or O_TMPFILE is
specified in flags for open(...).
|
2019-07-15 09:56:40 +08:00 |
slguan
|
6d17dbc0f8
|
Clean up some warnings
|
2019-07-13 14:04:30 +08:00 |
slguan
|
125636e9a5
|
Modify the location of the cache count
|
2019-07-13 10:19:35 +08:00 |
slguan
|
d0c37df8bb
|
Change the free function to tfree
|
2019-07-13 10:15:40 +08:00 |
siddontang
|
74d44497d8
|
fix memory leak when read failed
Signed-off-by: siddontang <siddontang@gmail.com>
|
2019-07-12 22:00:01 +08:00 |
slguan
|
cffe218533
|
Solve the bugs when creating the database
|
2019-07-12 11:25:11 +08:00 |
slguan
|
fb9be172df
|
Place charset in the default configuration file
|
2019-07-12 11:09:54 +08:00 |
Hongze Cheng
|
f0f6b6a975
|
add lower version cmake support
|
2019-07-12 01:57:11 +00:00 |
slguan
|
57b55444c7
|
Handling the problem of log database creation failure
|
2019-07-11 20:13:54 +08:00 |
slguan
|
23cbcfe0a5
|
Parameters can be out of order when creating a database
|
2019-07-11 20:05:59 +08:00 |
slguan
|
139af8e4bf
|
Add alter dnode command to modify debugFlag
|
2019-07-11 19:52:05 +08:00 |
slguan
|
402bf83e5a
|
Some python scripts are not uploaded
|
2019-07-11 19:10:07 +08:00 |
slguan
|
7c927553c0
|
Processing Stream Computing Problems in Microsecond Accuracy Database
|
2019-07-11 19:06:41 +08:00 |
slguan
|
fa719d5c99
|
Handling invalid connections when deleting a database
|
2019-07-11 19:02:45 +08:00 |
slguan
|
4ee2f63374
|
Check the replica parameters when creating the database
|
2019-07-11 19:01:36 +08:00 |
slguan
|
05c8a3313f
|
Handling a crash on a python client
|
2019-07-11 18:52:45 +08:00 |
hzcheng
|
57492cc12d
|
TDengine first commit
|
2019-07-11 16:36:16 +08:00 |