Merge pull request #2966 from taosdata/hotfix/test
[add num of init data type ]
This commit is contained in:
commit
9e415fb91b
|
@ -335,13 +335,13 @@ int main(int argc, char *argv[]) {
|
||||||
0, // mode
|
0, // mode
|
||||||
{
|
{
|
||||||
"int", // datatype
|
"int", // datatype
|
||||||
"",
|
"int",
|
||||||
"",
|
"int",
|
||||||
"",
|
"int",
|
||||||
"",
|
"int",
|
||||||
"",
|
"int",
|
||||||
"",
|
"int",
|
||||||
""
|
"float"
|
||||||
},
|
},
|
||||||
8, // len_of_binary
|
8, // len_of_binary
|
||||||
1, // num_of_CPR
|
1, // num_of_CPR
|
||||||
|
|
Loading…
Reference in New Issue