24#ifndef MYSQL_STRCONV_DECODE_PARSE_STATUS_H
25#define MYSQL_STRCONV_DECODE_PARSE_STATUS_H
Definition: gtid_binary_format_conv.h:252
Parse_status
The status after parsing an object from a string.
Definition: parse_status.h:39
@ store_error
No parse error was found in the string, but an error occurred when storing into the output object - f...
@ ok
The object could be successfully parsed.
@ parse_error
The object could not be successfully parsed because the string was wrong.
@ ok_backtracked_from_parse_error
There was previously a parse error; the parser has backtracked to a non-error status; the information...
@ fullmatch_error
An object was parsed successfully from a prefix of the string, but there were extra characters after ...