fix:[TS-4921] errors in test

This commit is contained in:
wangmm0220 2024-06-27 10:11:38 +08:00
parent a58ba79046
commit 1ec867449e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ typedef enum SQL_RESULT_CODE {
SQL_RESULT_CANCEL = 2, SQL_RESULT_CANCEL = 2,
} SQL_RESULT_CODE; } SQL_RESULT_CODE;
#define SLOW_LOG_SEND_SIZE 8*1024 #define SLOW_LOG_SEND_SIZE 32*1024
typedef struct { typedef struct {
int64_t clusterId; int64_t clusterId;

View File

@ -54,7 +54,7 @@ static const char *offlineReason[] = {
"monitor interval not match", "monitor interval not match",
"monitor slow log threshold not match", "monitor slow log threshold not match",
"monitor slow log sql max len not match", "monitor slow log sql max len not match",
"monitor slow log scopenot match", "monitor slow log scope not match",
"unknown", "unknown",
}; };