mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
Add USE_LDAP to table system.build_options
This commit is contained in:
parent
6ff0550e4e
commit
920e792f33
@ -54,6 +54,7 @@ const char * auto_config_build[]
|
|||||||
"USE_HYPERSCAN", "@USE_HYPERSCAN@",
|
"USE_HYPERSCAN", "@USE_HYPERSCAN@",
|
||||||
"USE_SIMDJSON", "@USE_SIMDJSON@",
|
"USE_SIMDJSON", "@USE_SIMDJSON@",
|
||||||
"USE_GRPC", "@USE_GRPC@",
|
"USE_GRPC", "@USE_GRPC@",
|
||||||
|
"USE_LDAP", "@USE_LDAP@",
|
||||||
|
|
||||||
nullptr, nullptr
|
nullptr, nullptr
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user