MySQL 9.1.0
Source Code Documentation
|
The result of a call to read_json_diff(). More...
#include <json_diff.h>
Public Attributes | |
Json_diff | diff |
The JSON diff that was read from the buffer. More... | |
size_t | bytes_read |
The number of bytes read from the buffer. More... | |
The result of a call to read_json_diff().
size_t ReadJsonDiffResult::bytes_read |
The number of bytes read from the buffer.
Json_diff ReadJsonDiffResult::diff |
The JSON diff that was read from the buffer.