mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Merge pull request #28403 from nikitamikhaylov/fix-arcadia-12
Update ya.make
This commit is contained in:
commit
04f469e8e0
@ -20,6 +20,8 @@ PEERDIR(
|
|||||||
|
|
||||||
SRCS(
|
SRCS(
|
||||||
AIO.cpp
|
AIO.cpp
|
||||||
|
AsynchronousReadBufferFromFile.cpp
|
||||||
|
AsynchronousReadBufferFromFileDescriptor.cpp
|
||||||
BrotliReadBuffer.cpp
|
BrotliReadBuffer.cpp
|
||||||
BrotliWriteBuffer.cpp
|
BrotliWriteBuffer.cpp
|
||||||
Bzip2ReadBuffer.cpp
|
Bzip2ReadBuffer.cpp
|
||||||
@ -56,7 +58,10 @@ SRCS(
|
|||||||
ReadBufferFromMemory.cpp
|
ReadBufferFromMemory.cpp
|
||||||
ReadBufferFromPocoSocket.cpp
|
ReadBufferFromPocoSocket.cpp
|
||||||
ReadHelpers.cpp
|
ReadHelpers.cpp
|
||||||
|
ReadSettings.cpp
|
||||||
SeekAvoidingReadBuffer.cpp
|
SeekAvoidingReadBuffer.cpp
|
||||||
|
SynchronousReader.cpp
|
||||||
|
ThreadPoolReader.cpp
|
||||||
TimeoutSetter.cpp
|
TimeoutSetter.cpp
|
||||||
UseSSL.cpp
|
UseSSL.cpp
|
||||||
WriteBufferFromEncryptedFile.cpp
|
WriteBufferFromEncryptedFile.cpp
|
||||||
|
@ -126,11 +126,8 @@ SRCS(
|
|||||||
StorageBuffer.cpp
|
StorageBuffer.cpp
|
||||||
StorageDictionary.cpp
|
StorageDictionary.cpp
|
||||||
StorageDistributed.cpp
|
StorageDistributed.cpp
|
||||||
<<<<<<< add-executable-table-function
|
|
||||||
StorageExecutable.cpp
|
StorageExecutable.cpp
|
||||||
=======
|
|
||||||
StorageExternalDistributed.cpp
|
StorageExternalDistributed.cpp
|
||||||
>>>>>>> executable-table-function
|
|
||||||
StorageFactory.cpp
|
StorageFactory.cpp
|
||||||
StorageFile.cpp
|
StorageFile.cpp
|
||||||
StorageGenerateRandom.cpp
|
StorageGenerateRandom.cpp
|
||||||
|
@ -13,8 +13,8 @@ SRCS(
|
|||||||
ITableFunctionFileLike.cpp
|
ITableFunctionFileLike.cpp
|
||||||
ITableFunctionXDBC.cpp
|
ITableFunctionXDBC.cpp
|
||||||
TableFunctionDictionary.cpp
|
TableFunctionDictionary.cpp
|
||||||
TableFunctionFactory.cpp
|
|
||||||
TableFunctionExecutable.cpp
|
TableFunctionExecutable.cpp
|
||||||
|
TableFunctionFactory.cpp
|
||||||
TableFunctionFile.cpp
|
TableFunctionFile.cpp
|
||||||
TableFunctionGenerateRandom.cpp
|
TableFunctionGenerateRandom.cpp
|
||||||
TableFunctionInput.cpp
|
TableFunctionInput.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user