39
37
inline Table_ident(lex_string_t db_arg, lex_string_t table_arg)
44
42
explicit Table_ident(lex_string_t table_arg)
45
43
: table(table_arg), sel(NULL)
50
49
This constructor is used only for the case when we create a derived
51
50
table. A derived table has no name and doesn't belong to any database.