MySQL 8.3.0
Source Code Documentation
blob_len_ptr Struct Reference

This structure is a helper structure for passing the length and pointer of blob space allocated by storage engine. More...

Public Attributes

uint length
 
ucharptr
 

Detailed Description

This structure is a helper structure for passing the length and pointer of blob space allocated by storage engine.

Member Data Documentation

◆ length

uint blob_len_ptr::length

◆ ptr

uchar* blob_len_ptr::ptr

The documentation for this struct was generated from the following file: