W3cubDocs

/Drupal 8

constant 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 59

Class

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

Namespace

Drupal\Core\Database\Driver\mysql

Code

const MIN_MAX_ALLOWED_PACKET = 1024;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Driver!mysql!Connection.php/constant/Connection::MIN_MAX_ALLOWED_PACKET/8.1.x