Missing experimental tag

This commit is contained in:
Raúl Marín 2024-11-12 19:39:01 +01:00
parent 6ad72f1b8f
commit cd269f82d3

View File

@ -5740,7 +5740,7 @@ Possible values:
- 0 the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is disabled.
- 1 the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is enabled.
)", 0) \
)", EXPERIMENTAL) \
DECLARE(Bool, allow_experimental_vector_similarity_index, false, R"(
Allow experimental vector similarity index
)", EXPERIMENTAL) \