Connection::MIN_MAX_ALLOWED_PACKET
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- 10 core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
- 11.x core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::MIN_MAX_ALLOWED_PACKET
The minimal possible value for the max_allowed_packet setting of MySQL.
@link https://mariadb.com/kb/en/mariadb/server-system-variables/#max_allowed_… @link https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sy…
File
-
core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Connection.php, line 84
Class
- Connection
- MySQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\mysql\Driver\Database\mysqlCode
const MIN_MAX_ALLOWED_PACKET = 1024;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.