Skip to content

Commit 96629c5

Browse files
committed
try to fix build again
1 parent 40dfe98 commit 96629c5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

programs/server/Server.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,17 +327,11 @@ namespace ServerSetting
327327
extern const ServerSettingsUInt64 os_cpu_busy_time_threshold;
328328
extern const ServerSettingsFloat min_os_cpu_wait_time_ratio_to_drop_connection;
329329
extern const ServerSettingsFloat max_os_cpu_wait_time_ratio_to_drop_connection;
330-
}
331-
332-
namespace ErrorCodes
333-
{
334-
extern const int STARTUP_SCRIPTS_ERROR;
335330
extern const ServerSettingsUInt64 object_storage_list_objects_cache_size;
336331
extern const ServerSettingsUInt64 object_storage_list_objects_cache_max_entries;
337332
extern const ServerSettingsUInt64 object_storage_list_objects_cache_ttl;
338333
}
339334

340-
}
341335

342336
namespace CurrentMetrics
343337
{
@@ -417,6 +411,7 @@ namespace ErrorCodes
417411
extern const int NETWORK_ERROR;
418412
extern const int CORRUPTED_DATA;
419413
extern const int BAD_ARGUMENTS;
414+
extern const int STARTUP_SCRIPTS_ERROR;
420415
}
421416

422417

0 commit comments

Comments
 (0)