| 2608 | bool copy_db_to(char **p_db, size_t *p_db_length) const; |
| 2609 | |
| 2610 | Name_resolution_context *current_context() |
| 2611 | { |
| 2612 | return context_stack.head(); |
| 2613 | } |
| 2614 | /* |
| 2615 | Restore the LEX and THD in case of a parse error. |
| 2616 | */ |
no test coverage detected