Skip to content

Commit

Permalink
Update sql-statements/sql-statement-create-index.md
Browse files Browse the repository at this point in the history
Co-authored-by: wjHuang <[email protected]>
  • Loading branch information
TomShawn and wjhuang2016 authored Aug 27, 2021
1 parent ab2033b commit 7775ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-create-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ DROP INDEX idx1 ON t1;
> 1 row in set (0.00 sec)
> ```
>
> For the functions that are not included in the returned result above, those functions are not fully tested and not recommended for a production environment, which can be seen as experimental. Other expressions such as set operators, `cast`, and `case when` are also seen as experimental and not recommended for production. However, if you still want to use those functions, you can make the following configuration in the [TiDB configuration file](/tidb-configuration-file.md#allow-expression-index-new-in-v400):
> For the functions that are not included in the returned result above, those functions are not fully tested and not recommended for a production environment, which can be seen as experimental. Other expressions such as operators, `cast`, and `case when` are also seen as experimental and not recommended for production. However, if you still want to use those expressions, you can make the following configuration in the [TiDB configuration file](/tidb-configuration-file.md#allow-expression-index-new-in-v400):
>
> {{< copyable "sql" >}}
>
Expand Down

0 comments on commit 7775ce4

Please sign in to comment.