| 5667 | @return query string and length. May be non-null-terminated. |
| 5668 | */ |
| 5669 | extern "C" LEX_STRING * thd_query_string (MYSQL_THD thd) |
| 5670 | { |
| 5671 | DBUG_ASSERT(thd == current_thd); |
| 5672 | return(&thd->query_string.string); |
| 5673 | } |
| 5674 | |
| 5675 | |
| 5676 | /** |
no outgoing calls
no test coverage detected