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

Method add_grant_command

sql/sql_lex.cc:10711–10719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10709
10710
10711bool LEX::add_grant_command(THD *thd, const List<LEX_COLUMN> &columns)
10712{
10713 if (columns.elements)
10714 {
10715 thd->parse_error();
10716 return true;
10717 }
10718 return false;
10719}
10720
10721
10722Item *LEX::make_item_func_sysdate(THD *thd, uint fsp)

Callers

nothing calls this directly

Calls 1

parse_errorMethod · 0.45

Tested by

no test coverage detected