mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Using internal boost library [#METR-2944].
This commit is contained in:
parent
d5a002f441
commit
31c4636538
@ -334,7 +334,7 @@ bool ReplicatedMergeTreeQueue::pullLogsToQueue(zkutil::ZooKeeperPtr zookeeper, z
|
||||
|
||||
for (size_t i = 0, size = copied_entries.size(); i < size; ++i)
|
||||
{
|
||||
String path_created = dynamic_cast<zkutil::Op::Create &>(ops[i]).getPathCreated();
|
||||
String path_created = dynamic_cast<zkutil::Op::Create &>(*ops[i]).getPathCreated();
|
||||
copied_entries[i]->znode_name = path_created.substr(path_created.find_last_of('/') + 1);
|
||||
|
||||
insertUnlocked(copied_entries[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user