29
32
/* Structure for db & table in sql_yacc */
37
39
inline Table_ident(lex_string_t db_arg, lex_string_t table_arg)
42
44
explicit Table_ident(lex_string_t table_arg)
49
50
This constructor is used only for the case when we create a derived
50
51
table. A derived table has no name and doesn't belong to any database.