MySQL 8.3.0
Source Code Documentation
sp_rcontext.cc File Reference
#include "sql/sp_rcontext.h"
#include <atomic>
#include <memory>
#include <new>
#include "my_alloc.h"
#include "my_dbug.h"
#include "my_sys.h"
#include "mysql/components/services/bits/psi_bits.h"
#include "mysqld_error.h"
#include "sql/current_thd.h"
#include "sql/derror.h"
#include "sql/field.h"
#include "sql/protocol.h"
#include "sql/sp.h"
#include "sql/sp_instr.h"
#include "sql/sp_pcontext.h"
#include "sql/sql_class.h"
#include "sql/sql_cursor.h"
#include "sql/sql_list.h"
#include "sql/sql_tmp_table.h"
#include "template_utils.h"

Functions

void sql_alloc_error_handler (void)
 

Function Documentation

◆ sql_alloc_error_handler()

void sql_alloc_error_handler ( void  )