Change MTL ObDecodeResourcePool order.

This commit is contained in:
Hooper9973
2023-11-15 03:10:28 +00:00
committed by ob-robot
parent 15d42941f7
commit f62d0dbc9f

View File

@ -231,8 +231,8 @@ using ObPartTransCtxObjPool = common::ObServerObjectPool<transaction::ObPartTran
using ObTableScanIteratorObjPool = common::ObServerObjectPool<oceanbase::storage::ObTableScanIterator>; using ObTableScanIteratorObjPool = common::ObServerObjectPool<oceanbase::storage::ObTableScanIterator>;
#define MTL_MEMBERS \ #define MTL_MEMBERS \
MTL_LIST( \ MTL_LIST( \
omt::ObSharedTimer*, \
blocksstable::ObDecodeResourcePool*, \ blocksstable::ObDecodeResourcePool*, \
omt::ObSharedTimer*, \
storage::ObTenantMetaMemMgr*, \ storage::ObTenantMetaMemMgr*, \
ObPartTransCtxObjPool*, \ ObPartTransCtxObjPool*, \
ObTableScanIteratorObjPool*, \ ObTableScanIteratorObjPool*, \