MySQL 8.4.0
Source Code Documentation
event_parse_data.cc File Reference
#include "sql/event_parse_data.h"
#include <string.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_sqlcommand.h"
#include "my_sys.h"
#include "mysql/strings/m_ctype.h"
#include "mysql/thread_type.h"
#include "mysql_time.h"
#include "mysqld_error.h"
#include "sql/dd/types/event.h"
#include "sql/derror.h"
#include "sql/item.h"
#include "sql/item_timefunc.h"
#include "sql/mysqld.h"
#include "sql/sp_head.h"
#include "sql/sql_class.h"
#include "sql/sql_const.h"
#include "sql/sql_error.h"
#include "sql/sql_lex.h"
#include "sql/table.h"
#include "sql_string.h"
#include "tztime.h"

Functions

static bool ResolveScalarItem (THD *thd, Item **item)
 Resolves an item and checks that it returns a single column. More...
 

Function Documentation

◆ ResolveScalarItem()

static bool ResolveScalarItem ( THD thd,
Item **  item 
)
static

Resolves an item and checks that it returns a single column.