MySQL 8.4.0
Source Code Documentation
options_parser.h File Reference
#include <map>
#include <string>

Go to the source code of this file.

Namespaces

namespace  options_parser
 

Functions

bool options_parser::parse_string (String *str, std::map< std::string, std::string > *map, const char *func_name)
 Parses options string into a map of keys and values, raises an error if parsing is unsuccessful. More...