-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: taosdump support multiple directories initial work to reduce buffer overflow * fix: tune taosadapter log level to error * fix: temporary disable double type case * feat: refactor dump filename generation * feat: add db dir and check if it exist * feat: taosdump dump out to multiple directories * feat: support dump in from multiple directories * fix: build with websocket enabled * test: enable error output * fix: inpath buffer overflow * fix: create db clause for db stb * test: fix taosdump/native/taosdumpTestInspect.py * fix: 3.0-coveralls.yml coveralls.yml * feat: re-write dump subtable desc logic for cluster * feat: add percent indicator for tbname fetch * feat: fix debug print row * feat: print to stderr * feat: reuse stb desc for sub-tables * feat: use directories tmp branch * refactor: again * feat: native dump out refactor * refactor: ws impl * refactor: ws done * feat: fix unknown codec * fix: unknown codec dump in * test: check result in 3.0-coveralls.yml * fix: unknown codec to dump normal table * fix: add progress indicator 0 * fix: improve tag fetch * fix: ntb get table des * fix: tag value is null * fix: dump db tb with unknown codec * fix: unknown codec ntb/stb * fix: revert codec specified * fix: code cleanup * chore: add info print macro * feat: add errno check for thread_join * fix: mute few warning pring * fix: process value for v3 * test: add float and double to coverage test * fix: process tag value for v3 * test: fix ws3 in ../.github/workflows/3.0-coveralls.yml * fix: duration buffer * fix: make 3.0.0.0 ver compatible first * fix: reuse v2 way get tag value first to improve performance * test: update workflow for taos-tools commit
- Loading branch information
1 parent
e7270c9
commit 9e75540
Showing
8 changed files
with
205 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters