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

Function mysql_test_admin_table

sql/sql_prepare.cc:2269–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2267*/
2268
2269static int mysql_test_admin_table(Prepared_statement *stmt)
2270{
2271 THD *thd= stmt->thd;
2272 List<Item> fields;
2273
2274 fill_check_table_metadata_fields(thd, &fields);
2275 return send_stmt_metadata(thd, stmt, &fields);
2276}
2277
2278
2279/**

Callers 1

check_prepared_statementFunction · 0.85

Calls 2

send_stmt_metadataFunction · 0.85

Tested by

no test coverage detected