for async test
This commit is contained in:
parent
4000b0e9ad
commit
8c05d36082
|
@ -67,10 +67,16 @@ bool restProcessSqlRequest(HttpContext* pContext, int timestampFmt) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* for async test
|
||||||
|
* /
|
||||||
|
/*
|
||||||
if (httpCheckUsedbSql(sql)) {
|
if (httpCheckUsedbSql(sql)) {
|
||||||
httpSendErrorResp(pContext, HTTP_NO_EXEC_USEDB);
|
httpSendErrorResp(pContext, HTTP_NO_EXEC_USEDB);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
HttpSqlCmd* cmd = &(pContext->singleCmd);
|
HttpSqlCmd* cmd = &(pContext->singleCmd);
|
||||||
cmd->nativSql = sql;
|
cmd->nativSql = sql;
|
||||||
|
|
Loading…
Reference in New Issue