diff --git a/system-variables.md b/system-variables.md index 5ff123d7570c1..97d82a441a54e 100644 --- a/system-variables.md +++ b/system-variables.md @@ -595,7 +595,7 @@ Constraint checking is always performed in place for pessimistic transactions (d * `CREATE TEMPORARY TABLE` syntax * `DROP TEMPORARY TABLE` syntax * `START TRANSACTION READ ONLY` and `SET TRANSACTION READ ONLY` syntax - * The `tx_read_only`, `transaction_read_only`, `offline_mode`, `super_read_only` and `read_only` system variables + * The `tx_read_only`, `transaction_read_only`, `offline_mode`, `super_read_only`, `read_only` and `sql_auto_is_null` system variables > **Warning:** >