| 595 | |
| 596 | |
| 597 | static inline bool check_if_only_end_space(const CHARSET_INFO *cs, char *str, |
| 598 | char *end) |
| 599 | { |
| 600 | return str+ cs->cset->scan(cs, str, end, MY_SEQ_SPACES) == end; |
| 601 | } |
| 602 | |
| 603 | #endif /* SQL_STRING_INCLUDED */ |
no outgoing calls
no test coverage detected