From bfccafc73aea5b5b05808c654e9708c9f02285c1 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 31 Aug 2021 13:46:09 +0800 Subject: [PATCH] Hotfix/sangshuduo/td 6294 taosdemo long arg (#7729) * [TD-6294]: taosdemo support long arg fix conflict with develop branch. * fix few words. * declare default child tables number. * add support email prompt. * support the way no space between param and value * fix uncatched status. * fix -PP arg. * fix total child tables bug. * fix taosdemo long args bug. * fix default column number Co-authored-by: Shuduo Sang --- src/kit/taosdemo/taosdemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kit/taosdemo/taosdemo.c b/src/kit/taosdemo/taosdemo.c index 9ae70b384b..87102cc1c7 100644 --- a/src/kit/taosdemo/taosdemo.c +++ b/src/kit/taosdemo/taosdemo.c @@ -105,7 +105,7 @@ extern char configDir[]; #define DEFAULT_TIMESTAMP_STEP 1 #define DEFAULT_INTERLACE_ROWS 0 -#define DEFAULT_DATATYPE_NUM 3 +#define DEFAULT_DATATYPE_NUM 1 #define DEFAULT_CHILDTABLES 10000 -- GitLab