MySQL 8.0.40
Source Code Documentation
|
#include "sql/regexp/regexp_engine.h"
#include <stdint.h>
#include <algorithm>
#include <string>
#include "my_dbug.h"
#include "sql/regexp/errors.h"
#include "sql/sql_class.h"
#include "template_utils.h"
Namespaces | |
namespace | regexp |
Functions | |
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... | |
const char * | regexp::icu_version_string () |