MySQL 9.1.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
errors.cc File Reference

This file contains the map from ICU warning and error codes and those in MySQL. More...

#include "errors.h"
#include <assert.h>
#include <cstddef>
#include <unordered_map>
#include "my_inttypes.h"
#include "my_sys.h"
#include "mysqld_error.h"
#include "unicode/utypes.h"
#include "sql/current_thd.h"
#include "sql/sql_error.h"

Classes

struct  regexp::UErrorCodeHash
 

Namespaces

namespace  regexp
 

Functions

bool regexp::check_icu_status (UErrorCode status, const UParseError *parse_error)
 

Variables

std::unordered_map< UErrorCode, int, UErrorCodeHash > regexp::error_map
 Map from ICU error codes to MySQL dittos. More...
 

Detailed Description

This file contains the map from ICU warning and error codes and those in MySQL.