constant Connection::MIN_MAX_ALLOWED_PACKET in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\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_p... @link https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sys...
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Connection.php, line 85
Class
- Connection
- MySQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\mysqlCode
const MIN_MAX_ALLOWED_PACKET = 1024;