COM_STMT_SEND_LONG_DATA

You are viewing an old version of this article. View the current version here.

When data for a specific column is large, it can be sent separately to avoid the limitation of max_allowed_packet (see packet splitting).

Multiple COM_STMT_SEND_LONG_DATA commands with the same column id will append the data.
COM_STMT_SEND_LONG_DATA will be sent before COM_STMT_EXECUTE.

Fields

Response

Server doesn't send response.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.