| 565 | */ |
| 566 | extern "C" |
| 567 | char *thd_security_context(THD *thd, |
| 568 | char *buffer, unsigned int length, |
| 569 | unsigned int max_query_len) |
| 570 | { |
| 571 | return thd_get_error_context_description(thd, buffer, length, max_query_len); |
| 572 | } |
| 573 | #endif |
| 574 | |
| 575 | /** |
no test coverage detected