提交 fc5daf9b 编写于 作者: A Alexey Milovidov

Fixed bug #2830

上级 16dc142a
......@@ -241,7 +241,7 @@ void LogBlockInputStream::readData(const String & name, const IDataType & type,
auto createStringGetter = [&](bool stream_for_prefix)
{
return [&] (const IDataType::SubstreamPath & path) -> ReadBuffer *
return [&, stream_for_prefix] (const IDataType::SubstreamPath & path) -> ReadBuffer *
{
String stream_name = IDataType::getFileNameForStream(name, path);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册