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

Method is_derived_table

sql/sql_class.h:7670–7670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7668 table.length=1;
7669 }
7670 bool is_derived_table() const { return MY_TEST(sel); }
7671 inline void change_db(LEX_CSTRING *db_name)
7672 {
7673 db= *db_name;

Callers 2

TABLE_LISTMethod · 0.80
add_table_to_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected