fix ObBLValue::update_ts_ is not initialized
This commit is contained in:
parent
23664d7d24
commit
cb11bafd09
@ -18,9 +18,9 @@
|
||||
#include "lib/stat/ob_di_cache.h"
|
||||
|
||||
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace common
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
class ObObj;
|
||||
}
|
||||
|
@ -153,7 +153,7 @@ public:
|
||||
class ObBLValue : public ObBlackListHashValue
|
||||
{
|
||||
public:
|
||||
ObBLValue() {}
|
||||
ObBLValue() : update_ts_(0) {}
|
||||
int init(const ObBLKey &key)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user