| 9848 | |
| 9849 | |
| 9850 | bool is_equal(const LEX_CSTRING *a, const LEX_CSTRING *b) |
| 9851 | { |
| 9852 | return a->length == b->length && !strncmp(a->str, b->str, a->length); |
| 9853 | } |
| 9854 | |
| 9855 | /* |
| 9856 | Open and lock system tables for read. |
no outgoing calls
no test coverage detected