You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
replace boost::shared_array<T> to std::shared_ptr<T[]>
This commit is contained in:
@ -1544,7 +1544,7 @@ void MasterDBRMNode::doSIDTIDMap(ByteStream& msg, ThreadParams* p)
|
||||
{
|
||||
ByteStream reply;
|
||||
int len, i;
|
||||
boost::shared_array<SIDTIDEntry> entries;
|
||||
std::shared_ptr<SIDTIDEntry[]> entries;
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user