Skip to content

Commit

Permalink
Attempt to fix compilation issue on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Feb 28, 2024
1 parent f2fcddf commit 4a86deb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions clickhouse/error_codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -575,17 +575,17 @@ enum ErrorCodes {
CLIENT_INFO_DOES_NOT_MATCH = 702,
INVALID_IDENTIFIER = 703,
QUERY_CACHE_USED_WITH_NONDETERMINISTIC_FUNCTIONS = 704,
TABLE_NOT_EMPTY = 705,
LIBSSH_ERROR = 706,
GCP_ERROR = 707,
ILLEGAL_STATISTIC = 708,
CANNOT_GET_REPLICATED_DATABASE_SNAPSHOT = 709,
FAULT_INJECTED = 710,
FILECACHE_ACCESS_DENIED = 711,
TOO_MANY_MATERIALIZED_VIEWS = 712,
UNEXPECTED_CLUSTER = 714,
CANNOT_DETECT_FORMAT = 715,
CANNOT_FORGET_PARTITION = 716,
// TABLE_NOT_EMPTY = 705,
// LIBSSH_ERROR = 706,
// GCP_ERROR = 707,
// ILLEGAL_STATISTIC = 708,
// CANNOT_GET_REPLICATED_DATABASE_SNAPSHOT = 709,
// FAULT_INJECTED = 710,
// FILECACHE_ACCESS_DENIED = 711,
// TOO_MANY_MATERIALIZED_VIEWS = 712,
// UNEXPECTED_CLUSTER = 714,
// CANNOT_DETECT_FORMAT = 715,
// CANNOT_FORGET_PARTITION = 716,
KEEPER_EXCEPTION = 999,
POCO_EXCEPTION = 1000,
STD_EXCEPTION = 1001,
Expand Down

0 comments on commit 4a86deb

Please sign in to comment.