| 9116 | |
| 9117 | |
| 9118 | ST_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. |
no outgoing calls
no test coverage detected