![]() |
MySQL 9.6.0
Source Code Documentation
|
#include "sql/lib_glue/gtids.h"#include "mysql/gtids/gtids.h"#include "mysql/strconv/strconv.h"#include "mysql/utils/return_status.h"#include "mysqld_error.h"#include "sql/rpl_gtid.h"Functions | |
| mysql::utils::Return_status | gtid_set_decode_text_report_errors (const std::string_view &input_text, mysql::gtids::Gtid_set >id_set) |
| Parse the GTID set from a specification in text format, reporting errors on failure. More... | |
| mysql::utils::Return_status gtid_set_decode_text_report_errors | ( | const std::string_view & | input_text, |
| mysql::gtids::Gtid_set & | gtid_set | ||
| ) |
Parse the GTID set from a specification in text format, reporting errors on failure.
| input_text | The text to parse. |
| gtid_set | The GTID set to parse into. |
| ok | Success. |
| error | Error. The error has been reported using BINLOG_ERROR. |