Merge pull request #195 from localvar/master
minor improvements to 'setErrMsg'
This commit is contained in:
commit
d0e003b999
|
@ -345,7 +345,7 @@ int32_t tsParseOneColumnData(SSchema* pSchema, char* value, int valuelen, char*
|
||||||
|
|
||||||
// todo merge the error msg function with tSQLParser
|
// todo merge the error msg function with tSQLParser
|
||||||
static void setErrMsg(char* msg, char* sql) {
|
static void setErrMsg(char* msg, char* sql) {
|
||||||
char msgFormat[] = "near \"%s\" syntax error";
|
const char* msgFormat = "near \"%s\" syntax error";
|
||||||
const int32_t BACKWARD_CHAR_STEP = 15;
|
const int32_t BACKWARD_CHAR_STEP = 15;
|
||||||
|
|
||||||
// only extract part of sql string,avoid too long sql string cause stack over flow
|
// only extract part of sql string,avoid too long sql string cause stack over flow
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue