diff --git a/system-variables.md b/system-variables.md index dd168da0d23e5..c527266a099c9 100644 --- a/system-variables.md +++ b/system-variables.md @@ -588,6 +588,10 @@ This variable is an alias for [`last_insert_id`](#last_insert_id). - Unit: Seconds - The lock wait timeout for pessimistic transactions (default). +### InPacketBytes New in v8.5.6 + +- This variable is used only for internal statistics and is not visible to users. + ### interactive_timeout > **Note:** @@ -657,6 +661,10 @@ This variable is an alias for [`last_insert_id`](#last_insert_id). - In the `SESSION` scope, this variable is read-only. - This variable is compatible with MySQL. +### OutPacketBytes New in v8.5.6 + +- This variable is used only for internal statistics and is not visible to users. + ### password_history New in v6.5.0 - Scope: GLOBAL