MySQL 9.1.0
Source Code Documentation
|
#include <unicode/uregex.h>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <utility>
#include "sql/current_thd.h"
#include "sql/regexp/errors.h"
#include "sql/sql_class.h"
#include "template_utils.h"
Go to the source code of this file.
Classes | |
class | regexp::Regexp_engine |
This class exposes high-level regular expression operations to the facade. More... | |
Namespaces | |
namespace | regexp_engine_unittest |
namespace | regexp |
Functions | |
const char * | regexp::icu_version_string () |
UBool | regexp::QueryNotKilled (const void *context, int32_t steps) |
Implements a match callback function for icu that aborts execution if the query was killed. More... | |