提交 c9562eb1 编写于 作者: Z zhaoyanggh

remove print

上级 3ecaee8f
...@@ -11823,7 +11823,6 @@ static void setParaFromArg() { ...@@ -11823,7 +11823,6 @@ static void setParaFromArg() {
char type[20]; char type[20];
char length[20]; char length[20];
sscanf(dataType[i], "%[^(](%[^)]", type, length); sscanf(dataType[i], "%[^(](%[^)]", type, length);
printf("%s and type is %s, datalength is : %s\n", dataType[i], type, length);
g_Dbs.db[0].superTbls[0].columns[i].dataLen = atoi(length); g_Dbs.db[0].superTbls[0].columns[i].dataLen = atoi(length);
tstrncpy(g_Dbs.db[0].superTbls[0].columns[i].dataType, tstrncpy(g_Dbs.db[0].superTbls[0].columns[i].dataType,
type, min(DATATYPE_BUFF_LEN, strlen(type) + 1)); type, min(DATATYPE_BUFF_LEN, strlen(type) + 1));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册