net_buffer_length functions

net_buffer_length functions — get or set the net buffer length.

Syntax

net_buffer_length_get ()
net_buffer_length_set (value)
    

Arguments

value

A number.

Returns

The _get function returns the current value, the _set function returns the newly-set value.

Description

These functions get or set the maximum length of a row for multi-row-insert statements. Should be set to less than 16M. See 4.8.5 mysqldump, Dumping Table Structure and Data in the MySQL documentation, particularly the discussion of the -O net_buffer_length option, for more information.