mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Try to fix build
This commit is contained in:
parent
d613f7eab0
commit
533e4adf6c
@ -589,6 +589,7 @@ void readQuotedStringWithSQLStyle(String & s, ReadBuffer & buf)
|
||||
template void readQuotedStringInto<true>(PaddedPODArray<UInt8> & s, ReadBuffer & buf);
|
||||
template void readQuotedStringInto<true>(String & s, ReadBuffer & buf);
|
||||
template void readDoubleQuotedStringInto<false>(NullOutput & s, ReadBuffer & buf);
|
||||
template void readBackQuotedStringInto<false>(String & s, ReadBuffer & buf);
|
||||
|
||||
void readDoubleQuotedString(String & s, ReadBuffer & buf)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user