sql_safe_updates specifies whether to enable the safe mode for MySQL. The safe mode is disabled by default. Note
This variable is only for compatibility purpose. OceanBase does not support this feature.
| Property | Description |
|---|---|
| Parameter type | Boolean |
| Default value | 0 |
| Value range | * 0: FALSE. Disable the safe mode. * 1: TRUE. Enable the safe mode. |
| Effective scope | * GLOBAL * SESSION |
| Involved in serialization | Yes |