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

Function get_schema_table

sql/sql_show.cc:9118–9121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9116
9117
9118ST_SCHEMA_TABLE *get_schema_table(enum enum_schema_tables schema_table_idx)
9119{
9120 return &schema_tables[schema_table_idx];
9121}
9122
9123/**
9124 Create information_schema table using schema_table data.

Callers 1

prepare_schema_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected