mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed build #4583
This commit is contained in:
parent
718fd5b4ca
commit
ddbada6646
@ -1,11 +1,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
class IBlockInputStream;
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
class IBlockInputStream;
|
||||||
|
|
||||||
/// Using in MySQLDictionarySource and XDBCDictionarySource after processing invalidate_query.
|
/// Using in MySQLDictionarySource and XDBCDictionarySource after processing invalidate_query.
|
||||||
std::string readInvalidateQuery(IBlockInputStream & block_input_stream);
|
std::string readInvalidateQuery(IBlockInputStream & block_input_stream);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user