![]() |
MySQL 9.6.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::gtids |
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. |