[CP] fix bug about time type for old engine and new engine

This commit is contained in:
obdev
2023-04-04 15:41:19 +00:00
committed by ob-robot
parent e501bbe216
commit 6cfbbe8784
6 changed files with 42 additions and 25 deletions

View File

@ -129,7 +129,7 @@ class MockStatManager : public oceanbase::common::ObStatManager
{
static const uint64_t DEFAULT_TABLE1_ID = 1099511677777;
static const uint64_t DEFAULT_TABLE2_ID = 1099511677778;
static const int64_t TIME_MAX_VALUE = (3020399 * 1000000LL);
static const int64_t TIME_MAX_VALUE = TIME_MAX_VAL;
static const int64_t DATE_MAX_VALUE = 2932896;
static const int64_t DATE_MIN_VALUE = -354258;
public: