| 6436 | char *str, uint str_len, bool stmt_prepare_mode); |
| 6437 | |
| 6438 | myf get_utf8_flag() const |
| 6439 | { |
| 6440 | return (variables.old_behavior & OLD_MODE_UTF8_IS_UTF8MB3 ? |
| 6441 | MY_UTF8_IS_UTF8MB3 : 0); |
| 6442 | } |
| 6443 | |
| 6444 | Charset_collation_context |
| 6445 | charset_collation_context_create_db() const |
no outgoing calls
no test coverage detected