fix: adjust max executor for rsma
This commit is contained in:
parent
65e1cce6df
commit
e0317964f0
|
@ -33,7 +33,7 @@ extern "C" {
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
#define RSMA_TASK_INFO_HASH_SLOT (8)
|
#define RSMA_TASK_INFO_HASH_SLOT (8)
|
||||||
#define RSMA_EXECUTOR_MAX (4)
|
#define RSMA_EXECUTOR_MAX (1)
|
||||||
|
|
||||||
typedef struct SSmaEnv SSmaEnv;
|
typedef struct SSmaEnv SSmaEnv;
|
||||||
typedef struct SSmaStat SSmaStat;
|
typedef struct SSmaStat SSmaStat;
|
||||||
|
|
|
@ -782,9 +782,6 @@ static int tdbBtreeBalanceNonRoot(SBTree *pBt, SPage *pParent, int idx, TXN *pTx
|
||||||
pBt);
|
pBt);
|
||||||
tdbPageInsertCell(pParent, sIdx++, pNewCell, szNewCell, 0);
|
tdbPageInsertCell(pParent, sIdx++, pNewCell, szNewCell, 0);
|
||||||
tdbOsFree(pNewCell);
|
tdbOsFree(pNewCell);
|
||||||
if (TDB_CELLDECODER_FREE_VAL(&cd)) {
|
|
||||||
tdbFree(cd.pVal);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// move to next new page
|
// move to next new page
|
||||||
|
|
Loading…
Reference in New Issue