This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-18. For the latest, interactive version please visit https://mariadb.com/kb/.

COM_STMT_SEND_LONG_DATA

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.

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.