2020-11-16 21:16:50 +00:00
|
|
|
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
2020-11-16 18:24:58 +00:00
|
|
|
OWNER(g:clickhouse)
|
|
|
|
|
2020-04-16 12:31:57 +00:00
|
|
|
LIBRARY()
|
|
|
|
|
|
|
|
PEERDIR(
|
|
|
|
clickhouse/src/Common
|
|
|
|
contrib/libs/sparsehash
|
|
|
|
contrib/restricted/boost/libs
|
|
|
|
)
|
|
|
|
|
2020-09-07 22:14:13 +00:00
|
|
|
|
2020-04-16 12:31:57 +00:00
|
|
|
SRCS(
|
|
|
|
BackgroundSchedulePool.cpp
|
2020-07-20 09:57:17 +00:00
|
|
|
BaseSettings.cpp
|
2020-04-16 12:31:57 +00:00
|
|
|
Block.cpp
|
|
|
|
BlockInfo.cpp
|
|
|
|
ColumnWithTypeAndName.cpp
|
|
|
|
ExternalResultDescription.cpp
|
|
|
|
ExternalTable.cpp
|
|
|
|
Field.cpp
|
2020-08-13 12:51:29 +00:00
|
|
|
MySQL/Authentication.cpp
|
|
|
|
MySQL/IMySQLReadPacket.cpp
|
|
|
|
MySQL/IMySQLWritePacket.cpp
|
|
|
|
MySQL/MySQLClient.cpp
|
2020-08-17 00:57:56 +00:00
|
|
|
MySQL/MySQLGtid.cpp
|
2020-08-13 12:51:29 +00:00
|
|
|
MySQL/MySQLReplication.cpp
|
|
|
|
MySQL/PacketEndpoint.cpp
|
|
|
|
MySQL/PacketsConnection.cpp
|
|
|
|
MySQL/PacketsGeneric.cpp
|
|
|
|
MySQL/PacketsProtocolText.cpp
|
|
|
|
MySQL/PacketsReplication.cpp
|
2020-08-18 09:45:48 +00:00
|
|
|
NamesAndTypes.cpp
|
|
|
|
PostgreSQLProtocol.cpp
|
2020-11-10 19:37:44 +00:00
|
|
|
QueryProcessingStage.cpp
|
2020-08-18 09:45:48 +00:00
|
|
|
Settings.cpp
|
|
|
|
SettingsEnums.cpp
|
|
|
|
SettingsFields.cpp
|
2021-03-25 06:34:28 +00:00
|
|
|
SettingsQuirks.cpp
|
2020-08-18 09:45:48 +00:00
|
|
|
SortDescription.cpp
|
2021-05-12 17:32:29 +00:00
|
|
|
UUID.cpp
|
2020-11-05 09:55:01 +00:00
|
|
|
iostream_debug_helpers.cpp
|
2020-08-02 13:57:38 +00:00
|
|
|
|
2020-04-16 12:31:57 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
END()
|