| 2267 | */ |
| 2268 | |
| 2269 | static 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 | /** |
no test coverage detected