mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
StorageExecutable check_exit_code default to false
This commit is contained in:
parent
69ca36bfdf
commit
b6de70b042
@ -16,7 +16,7 @@ class ASTStorage;
|
|||||||
M(UInt64, command_read_timeout, 10000, "Timeout for reading data from command stdout in milliseconds.", 0) \
|
M(UInt64, command_read_timeout, 10000, "Timeout for reading data from command stdout in milliseconds.", 0) \
|
||||||
M(UInt64, command_write_timeout, 10000, "Timeout for writing data to command stdin in milliseconds.", 0) \
|
M(UInt64, command_write_timeout, 10000, "Timeout for writing data to command stdin in milliseconds.", 0) \
|
||||||
M(ExternalCommandStderrReaction, stderr_reaction, ExternalCommandStderrReaction::NONE, "Reaction when external command outputs data to its stderr.", 0) \
|
M(ExternalCommandStderrReaction, stderr_reaction, ExternalCommandStderrReaction::NONE, "Reaction when external command outputs data to its stderr.", 0) \
|
||||||
M(Bool, check_exit_code, true, "Throw exception if the command exited with non-zero status code.", 0) \
|
M(Bool, check_exit_code, false, "Throw exception if the command exited with non-zero status code.", 0) \
|
||||||
|
|
||||||
DECLARE_SETTINGS_TRAITS(ExecutableSettingsTraits, LIST_OF_EXECUTABLE_SETTINGS)
|
DECLARE_SETTINGS_TRAITS(ExecutableSettingsTraits, LIST_OF_EXECUTABLE_SETTINGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user