You are here

constant Connection::MIN_MAX_ALLOWED_PACKET in Drupal 10

The minimal possible value for the max_allowed_packet setting of MySQL.

@link https://mariadb.com/kb/en/mariadb/server-system-variables/#max_allowed_p... @link https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sys...

File

core/modules/mysql/src/Driver/Database/mysql/Connection.php, line 78

Class

Connection
MySQL implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\mysql\Driver\Database\mysql

Code

const MIN_MAX_ALLOWED_PACKET = 1024;