Note
This parameter was introduced in V4.3.5.
The _enable_add_fulltext_index_to_existing_table parameter specifies whether to enable the addition of a full-text index after a table is created. It supports the ALTER TABLE and CREATE FULLTEXT INDEX statements.
| Attribute | Description |
|---|---|
| Type | Boolean |
| Default value | false |
| Value range | true/false |
| Take effect after restart | No |
Sample configuration
The following sample configuration enables the addition of a full-text index after a table is created.
obclient> ALTER SYSTEM SET _enable_add_fulltext_index_to_existing_table = true;