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

Function lex_start

sql/sql_lex.cc:1220–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218}
1219
1220void lex_start(THD *thd)
1221{
1222 DBUG_ENTER("lex_start");
1223 thd->lex->start(thd);
1224 DBUG_VOID_RETURN;
1225}
1226
1227
1228/*

Callers 15

prepare_for_fillFunction · 0.85
init_threadMethod · 0.85
get_var_with_binlogFunction · 0.85
execute_SQLFunction · 0.85
thdMethod · 0.85
clone_parsed_specMethod · 0.85
check_n_loadMethod · 0.85
executeMethod · 0.85
sql_parse.ccFile · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected