Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1220
void 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_fill
Function · 0.85
init_thread
Method · 0.85
get_var_with_binlog
Function · 0.85
init_from_sql_statement_string
Method · 0.85
execute_SQL
Function · 0.85
fill_schema_table_by_open
Function · 0.85
thd
Method · 0.85
init_lex_with_single_table
Function · 0.85
clone_parsed_spec
Method · 0.85
check_n_load
Method · 0.85
execute
Method · 0.85
sql_parse.cc
File · 0.85
Calls
1
start
Method · 0.45
Tested by
no test coverage detected