File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
342336namespace 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
You can’t perform that action at this time.
0 commit comments