Updated ya.make files

This commit is contained in:
Nikita Mikhaylov 2021-08-25 21:21:54 +00:00
parent c255f152aa
commit ac50251a6f
3 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,10 @@ SRCS(
MySQL/PacketsProtocolText.cpp
MySQL/PacketsReplication.cpp
NamesAndTypes.cpp
PostgreSQL/Connection.cpp
PostgreSQL/PoolWithFailover.cpp
PostgreSQL/Utils.cpp
PostgreSQL/insertPostgreSQLValue.cpp
PostgreSQLProtocol.cpp
QueryProcessingStage.cpp
Settings.cpp

View File

@ -211,6 +211,7 @@ SRCS(
System/StorageSystemTables.cpp
System/StorageSystemUserDirectories.cpp
System/StorageSystemUsers.cpp
System/StorageSystemWarnings.cpp
System/StorageSystemZeros.cpp
System/StorageSystemZooKeeper.cpp
System/attachSystemTables.cpp

View File

@ -22,6 +22,7 @@ SRCS(
TableFunctionNull.cpp
TableFunctionNumbers.cpp
TableFunctionRemote.cpp
TableFunctionSQLite.cpp
TableFunctionURL.cpp
TableFunctionValues.cpp
TableFunctionView.cpp