fix ObBLValue::update_ts_ is not initialized

This commit is contained in:
dimstars 2023-01-04 11:11:53 +00:00 committed by ob-robot
parent 23664d7d24
commit cb11bafd09
2 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@
#include "lib/stat/ob_di_cache.h"
namespace oceanbase
{
namespace common
namespace oceanbase
{
namespace common
{
class ObObj;
}

View File

@ -153,7 +153,7 @@ public:
class ObBLValue : public ObBlackListHashValue
{
public:
ObBLValue() {}
ObBLValue() : update_ts_(0) {}
int init(const ObBLKey &key)
{
int ret = OB_SUCCESS;