MCPcopy Create free account
hub / github.com/MariaDB/server / parse_error

Method parse_error

sql/sql_lex.cc:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#include "item_windowfunc.h"
46
47void LEX::parse_error(uint err_number)
48{
49 thd->parse_error(err_number);
50}
51
52
53/**

Callers 14

make_item_sysvarMethod · 0.45
add_placeholderMethod · 0.45
set_variableMethod · 0.45
direct_callMethod · 0.45
assoc_assign_startMethod · 0.45
add_grant_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected