fix:[TS-4921] print slow log scope
This commit is contained in:
parent
ed174fb147
commit
7b997b4433
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#define SLOW_LOG_TYPE_QUERY 0x1
|
||||
#define SLOW_LOG_TYPE_INSERT 0x2
|
||||
#define SLOW_LOG_TYPE_OTHERS 0x4
|
||||
#define SLOW_LOG_TYPE_ALL 0xFFFFFFFF
|
||||
#define SLOW_LOG_TYPE_ALL 0x7
|
||||
|
||||
typedef enum {
|
||||
DND_CA_SM4 = 1,
|
||||
|
|
|
@ -730,7 +730,7 @@ TEST(AlreadyAddGroupIdTest, GroupIdAddedWithDifferentLength) {
|
|||
#define SLOW_LOG_TYPE_QUERY 0x1
|
||||
#define SLOW_LOG_TYPE_INSERT 0x2
|
||||
#define SLOW_LOG_TYPE_OTHERS 0x4
|
||||
#define SLOW_LOG_TYPE_ALL 0xFFFFFFFF
|
||||
#define SLOW_LOG_TYPE_ALL 0x7
|
||||
|
||||
static int32_t taosSetSlowLogScope(char *pScope) {
|
||||
if (NULL == pScope || 0 == strlen(pScope)) {
|
||||
|
|
Loading…
Reference in New Issue