Return Status

2023-12-25 08:49:42  Updated

The following table describes the Return Status constants.

Constant Data type Default value Description
Success INTEGER 0 Indicates that the operation succeeded.
Error INTEGER 1 Indicates that an error has occurred.
Warning INTEGER 2 Indicates a warning.
ErrContinue INTEGER 3 Indicates that an error has occurred in an index partition, but the operation continues on the next partition.
Fatal INTEGER 4 Indicates that all dictionary entries of the index have been cleared, and the CREATE INDEX operation is rolled back.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

Contact Us