fix log in ObSubSchemaCtx::reset()
This commit is contained in:
@ -422,7 +422,7 @@ void ObSubSchemaCtx::reset() {
|
|||||||
used_subschema_id_ = MAX_NON_RESERVED_SUBSCHEMA_ID;
|
used_subschema_id_ = MAX_NON_RESERVED_SUBSCHEMA_ID;
|
||||||
reserved_ = 0;
|
reserved_ = 0;
|
||||||
fields_ = NULL;
|
fields_ = NULL;
|
||||||
LOG_INFO("subschema ctx reset", KP(this), KP(this), K(lbt()));
|
LOG_DEBUG("subschema ctx reset", KP(this), K(lbt()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user