dbms: fixed build [#METR-18202].

This commit is contained in:
Alexey Milovidov 2015-09-29 22:19:54 +03:00
parent fa252f2208
commit 1f6def094f
83 changed files with 93 additions and 93 deletions

View File

@ -6,7 +6,7 @@
#include <climits>
#include <sstream>
#include <stats/ReservoirSampler.h>
#include <Yandex/Common.h>
#include <common/Common.h>
#include <DB/Common/HashTable/Hash.h>
#include <DB/IO/ReadBuffer.h>
#include <DB/IO/ReadHelpers.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <Poco/Net/StreamSocket.h>

View File

@ -4,7 +4,7 @@
#include <memory>
#include <vector>
#include <Poco/SharedPtr.h>
#include <Yandex/likely.h>
#include <common/likely.h>
#include <DB/Common/ProfileEvents.h>
#include <DB/Common/Allocator.h>

View File

@ -2,7 +2,7 @@
#include <cstddef>
#include <Yandex/likely.h>
#include <common/likely.h>
namespace DB

View File

@ -6,7 +6,7 @@
#include <DB/Core/Exception.h>
#include <DB/IO/WriteHelpers.h>
#include <Yandex/Common.h>
#include <common/Common.h>
#include <Poco/String.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <Poco/File.h>

View File

@ -9,7 +9,7 @@
#include <boost/noncopyable.hpp>
#include <Yandex/likely.h>
#include <common/likely.h>
#include <stats/IntHash.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/Common.h>
#include <common/Common.h>
/** Отслеживает потребление памяти.

View File

@ -8,8 +8,8 @@
#include <boost/noncopyable.hpp>
#include <boost/iterator_adaptors.hpp>
#include <Yandex/likely.h>
#include <Yandex/strong_typedef.h>
#include <common/likely.h>
#include <common/strong_typedef.h>
#include <DB/Common/Allocator.h>
#include <DB/Core/Exception.h>

View File

@ -3,7 +3,7 @@
#include <string>
#include <vector>
#include <Poco/Types.h>
#include <Yandex/strong_typedef.h>
#include <common/strong_typedef.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/Common.h> /// VisitID_t
#include <common/Common.h> /// VisitID_t
#include <DB/Core/Field.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Row.h>
#include <DB/Core/ColumnNumbers.h>

View File

@ -1,5 +1,5 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/DataStreams/IProfilingBlockInputStream.h>
#include <DB/Core/SortDescription.h>
#include <DB/Columns/ColumnsNumber.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/DataStreams/MergingSortedBlockInputStream.h>

View File

@ -3,7 +3,7 @@
#include <queue>
#include <Poco/TemporaryFile.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/SortDescription.h>

View File

@ -2,7 +2,7 @@
#include <queue>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Row.h>
#include <DB/Core/SortDescription.h>

View File

@ -6,7 +6,7 @@
#include <thread>
#include <mutex>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/DataStreams/IProfilingBlockInputStream.h>
#include <DB/Common/setThreadName.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/DataStreams/IProfilingBlockInputStream.h>
#include <DB/DataStreams/OneBlockInputStream.h>

View File

@ -3,7 +3,7 @@
#include <DB/DataStreams/IBlockOutputStream.h>
#include <DB/Client/Connection.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <statdaemons/NetException.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Row.h>
#include <DB/Core/ColumnNumbers.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Common/ConcurrentBoundedQueue.h>
#include <DB/DataStreams/IProfilingBlockInputStream.h>

View File

@ -2,7 +2,7 @@
#include <map>
#include <Yandex/singleton.h>
#include <common/singleton.h>
#include <Poco/RegularExpression.h>

View File

@ -6,7 +6,7 @@
#include <DB/Dictionaries/MySQLDictionarySource.h>
#include <DB/Dictionaries/ClickHouseDictionarySource.h>
#include <DB/DataTypes/DataTypesNumberFixed.h>
#include <Yandex/singleton.h>
#include <common/singleton.h>
#include <memory>
namespace DB

View File

@ -1,7 +1,7 @@
#pragma once
#include <DB/Functions/IFunction.h>
#include <Yandex/singleton.h>
#include <common/singleton.h>
namespace DB

View File

@ -1,7 +1,7 @@
#pragma once
#include <Poco/Net/DNS.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <DB/Core/Defines.h>
#include <DB/IO/WriteBufferFromString.h>

View File

@ -9,7 +9,7 @@
#include <DB/IO/ReadBuffer.h>
#include <DB/IO/ReadBufferFromIStream.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#define DEFAULT_HTTP_READ_BUFFER_TIMEOUT 1800
#define DEFAULT_HTTP_READ_BUFFER_CONNECTION_TIMEOUT 1

View File

@ -6,8 +6,8 @@
#include <type_traits>
#include <Yandex/Common.h>
#include <Yandex/DateLUT.h>
#include <common/Common.h>
#include <common/DateLUT.h>
#include <mysqlxx/Date.h>
#include <mysqlxx/DateTime.h>

View File

@ -11,7 +11,7 @@
#include <DB/IO/WriteBufferFromOStream.h>
#include <DB/IO/HashingWriteBuffer.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#define DEFAULT_REMOTE_WRITE_BUFFER_CONNECTION_TIMEOUT 1
#define DEFAULT_REMOTE_WRITE_BUFFER_RECEIVE_TIMEOUT 1800

View File

@ -5,8 +5,8 @@
#include <limits>
#include <algorithm>
#include <Yandex/Common.h>
#include <Yandex/DateLUT.h>
#include <common/Common.h>
#include <common/DateLUT.h>
#include <mysqlxx/Row.h>
#include <mysqlxx/Null.h>

View File

@ -4,7 +4,7 @@
#include <boost/type_traits.hpp>
#include <boost/utility/enable_if.hpp>
#include <Yandex/likely.h>
#include <common/likely.h>
#include <DB/Core/Types.h>
#include <DB/IO/WriteBuffer.h>

View File

@ -4,7 +4,7 @@
#include <memory>
#include <functional>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <statdaemons/threadpool.hpp>
#include <DB/Core/StringRef.h>

View File

@ -8,7 +8,7 @@
#include <unordered_set>
#include <unordered_map>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <statdaemons/threadpool.hpp>
#include <DB/Core/Types.h>

View File

@ -1,8 +1,8 @@
#pragma once
#include <thread>
#include <Yandex/MultiVersion.h>
#include <Yandex/logger_useful.h>
#include <common/MultiVersion.h>
#include <common/logger_useful.h>
#include <statdaemons/RegionsHierarchies.h>
#include <statdaemons/TechDataHierarchy.h>
#include <statdaemons/RegionsNames.h>

View File

@ -4,8 +4,8 @@
#include <DB/Core/Exception.h>
#include <DB/Core/ErrorCodes.h>
#include <DB/Common/setThreadName.h>
#include <Yandex/MultiVersion.h>
#include <Yandex/logger_useful.h>
#include <common/MultiVersion.h>
#include <common/logger_useful.h>
#include <Poco/Event.h>
#include <unistd.h>
#include <time.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Parsers/ASTJoin.h>

View File

@ -11,7 +11,7 @@
#include <Poco/Net/IPAddress.h>
#include <Yandex/Common.h>
#include <common/Common.h>
#include <DB/Core/Types.h>
#include <DB/Core/Exception.h>

View File

@ -2,7 +2,7 @@
#include <set>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/ColumnNumbers.h>
#include <DB/Common/Arena.h>

View File

@ -21,7 +21,7 @@
#include <openssl/sha.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
namespace DB

View File

@ -8,7 +8,7 @@
#include <Poco/SharedPtr.h>
#include <Yandex/Common.h>
#include <common/Common.h>
#include <DB/Core/Types.h>
#include <DB/Core/Exception.h>

View File

@ -12,7 +12,7 @@
#include <statdaemons/Increment.h>
#include <memory>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <iostream>
#include <type_traits>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Defines.h>
#include <DB/Core/Names.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Poco/Mutex.h>
#include <Poco/RegularExpression.h>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <DB/Core/Types.h>
#include <set>

View File

@ -2,7 +2,7 @@
#include <Poco/Mutex.h>
#include <sys/statvfs.h>
#include <boost/noncopyable.hpp>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Exception.h>
#include <DB/Core/ErrorCodes.h>
#include <DB/IO/WriteHelpers.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <thread>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Poco/Event.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Types.h>
#include <thread>

View File

@ -1,7 +1,7 @@
#pragma once
#include <DB/Storages/IStorage.h>
#include <Yandex/singleton.h>
#include <common/singleton.h>
namespace DB

View File

@ -19,7 +19,7 @@
#include <Poco/SharedPtr.h>
#include <Poco/Util/Application.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <statdaemons/Stopwatch.h>

View File

@ -2,7 +2,7 @@
#include <Poco/Net/NetException.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <DB/Core/Defines.h>
#include <DB/Core/Exception.h>

View File

@ -1,4 +1,4 @@
#include <statdaemons/JSON.h>
#include <common/JSON.h>
#include <Poco/Path.h>
#include <DB/IO/WriteBufferFromFile.h>
#include <DB/IO/WriteBufferFromString.h>

View File

@ -1,5 +1,5 @@
#include <Yandex/likely.h>
#include <Yandex/logger_useful.h>
#include <common/likely.h>
#include <common/logger_useful.h>
#include <DB/Core/Exception.h>
#include <DB/Common/formatReadable.h>
#include <DB/IO/WriteHelpers.h>

View File

@ -2,7 +2,7 @@
#include <string.h>
#include <cxxabi.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/IO/WriteHelpers.h>

View File

@ -23,7 +23,7 @@
#include <DB/Storages/StorageLog.h>
#include <DB/Interpreters/Context.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
int main(int argc, char ** argv)

View File

@ -3,7 +3,7 @@
#include <boost/type_traits.hpp>
#include <Yandex/Common.h>
#include <common/Common.h>
#include <DB/IO/ReadHelpers.h>
#include <DB/IO/WriteHelpers.h>

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <Poco/DirectoryIterator.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <statdaemons/ext/unlock_guard.hpp>
#include <DB/Common/SipHash.h>

View File

@ -7,7 +7,7 @@
#include <Poco/File.h>
#include <Poco/UUIDGenerator.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Common/Macros.h>
#include <DB/Common/escapeForFileName.h>

View File

@ -1,6 +1,6 @@
#include <iomanip>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Common/SipHash.h>
#include <DB/IO/ReadHelpers.h>

View File

@ -9,7 +9,7 @@
#include <DB/IO/WriteHelpers.h>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <strconvert/hash64.h>
#include <statdaemons/RegionsHierarchy.h>
#include <statdaemons/TechDataHierarchy.h>

View File

@ -1,4 +1,4 @@
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <Poco/DateTimeParser.h>
#include <Poco/AutoPtr.h>

View File

@ -11,8 +11,8 @@
#include <Poco/RegularExpression.h>
#include <Poco/AutoPtr.h>
#include <Yandex/logger_useful.h>
#include <Yandex/Common.h>
#include <common/logger_useful.h>
#include <common/Common.h>
namespace DB
{

View File

@ -5,9 +5,9 @@
#include <Poco/Net/DNS.h>
#include <Poco/Util/XMLConfiguration.h>
#include <Yandex/ApplicationServerExt.h>
#include <Yandex/ErrorHandlers.h>
#include <Yandex/Revision.h>
#include <common/ApplicationServerExt.h>
#include <common/ErrorHandlers.h>
#include <common/Revision.h>
#include <statdaemons/ConfigProcessor.h>
#include <statdaemons/ext/scope_guard.hpp>

View File

@ -17,7 +17,7 @@
#include <Poco/Net/TCPServerConnectionFactory.h>
#include <Poco/Net/TCPServerConnection.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <statdaemons/daemon.h>
#include <statdaemons/HTMLForm.h>

View File

@ -2,7 +2,7 @@
#include <Poco/Net/NetException.h>
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include <statdaemons/Stopwatch.h>

View File

@ -2,7 +2,7 @@
#include <DB/Core/ErrorCodes.h>
#include <DB/Common/setThreadName.h>
#include <DB/IO/WriteHelpers.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Storages/MergeTree/BackgroundProcessingPool.h>

View File

@ -1,4 +1,4 @@
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <unicode/timezone.h>
#include <unicode/unistr.h>

View File

@ -1,4 +1,4 @@
#include <Yandex/DateLUTImpl.h>
#include <common/DateLUTImpl.h>
#include <Poco/Exception.h>
#include <memory>

View File

@ -1,4 +1,4 @@
#include <Yandex/Revision.h>
#include <common/Revision.h>
#include "revision.h"
namespace Revision

View File

@ -1,7 +1,7 @@
#include <iostream>
#include <cstring>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
static std::string toString(time_t Value)

View File

@ -3,7 +3,7 @@
#include <Poco/Exception.h>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
static std::string toString(time_t Value)

View File

@ -1,5 +1,5 @@
#include <iostream>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
int main(int argc, char ** argv)

View File

@ -1,4 +1,4 @@
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
/// Позволяет проверить время инициализации DateLUT.
int main(int argc, char ** argv)

View File

@ -2,7 +2,7 @@
#include <iostream>
#include <statdaemons/threadpool.hpp>
#include <functional>
#include <Yandex/MultiVersion.h>
#include <common/MultiVersion.h>
typedef std::string T;

View File

@ -4,7 +4,7 @@
#include <Poco/Util/Application.h>
#include <Yandex/singleton.h>
#include <common/singleton.h>
#include <mysqlxx/Query.h>

View File

@ -2,7 +2,7 @@
#include <string.h>
#include <string>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <mysqlxx/Exception.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <Yandex/DateLUT.h>
#include <common/DateLUT.h>
#include <mysqlxx/Date.h>
#include <iomanip>

View File

@ -11,7 +11,7 @@
#include <Poco/Exception.h>
#include <Poco/SharedPtr.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <statdaemons/daemon.h>
#include <mysqlxx/Connection.h>

View File

@ -8,8 +8,8 @@
#include <string>
#include <limits>
#include <Yandex/Common.h>
#include <Yandex/DateLUT.h>
#include <common/Common.h>
#include <common/DateLUT.h>
#include <mysqlxx/Types.h>

View File

@ -1,5 +1,5 @@
#include <pthread.h>
#include <Yandex/likely.h>
#include <common/likely.h>
#include <Poco/Ext/ThreadNumber.h>

View File

@ -2,7 +2,7 @@
#include <zkutil/ZooKeeper.h>
#include <functional>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
namespace zkutil

View File

@ -1,7 +1,7 @@
#pragma once
#include <zkutil/ZooKeeper.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Core/Exception.h>
namespace zkutil

View File

@ -1,5 +1,5 @@
#pragma once
#include <Yandex/Common.h>
#include <common/Common.h>
#include <boost/function.hpp>
#include <future>
#include <boost/noncopyable.hpp>

View File

@ -6,7 +6,7 @@
#include <unordered_set>
#include <future>
#include <memory>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
namespace zkutil

View File

@ -1,7 +1,7 @@
#include <functional>
#include <zkutil/ZooKeeper.h>
#include <boost/make_shared.hpp>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/Common/ProfileEvents.h>

View File

@ -5,7 +5,7 @@
#include <readline/history.h>
#include <sstream>
#include <Poco/ConsoleChannel.h>
#include <Yandex/logger_useful.h>
#include <common/logger_useful.h>
#include <DB/IO/ReadHelpers.h>
#include <DB/IO/ReadBufferFromString.h>