32
29
/* Structure for db & table in sql_yacc */
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)
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.