You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
replace boost::shared_array<T> to std::shared_ptr<T[]>
This commit is contained in:
@ -757,7 +757,7 @@ class DBRM
|
||||
EXPORT void committed(BRM::TxnID& txnid);
|
||||
EXPORT void rolledback(BRM::TxnID& txnid);
|
||||
EXPORT const BRM::TxnID getTxnID(const SessionManagerServer::SID session);
|
||||
EXPORT boost::shared_array<SIDTIDEntry> SIDTIDMap(int& len);
|
||||
EXPORT std::shared_ptr<SIDTIDEntry[]> SIDTIDMap(int& len);
|
||||
EXPORT void sessionmanager_reset();
|
||||
|
||||
/* Note, these pull #s from two separate sequences. That is, they both
|
||||
|
Reference in New Issue
Block a user