MCPcopy Create free account
hub / github.com/MariaDB/server / get_utf8_flag

Method get_utf8_flag

sql/sql_class.h:6438–6442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

createMethod · 0.80
show_create_trigger_implFunction · 0.80
scan_ident_middleMethod · 0.80
createMethod · 0.80
load_db_optFunction · 0.80
check_charsetFunction · 0.80
check_collation_not_nullFunction · 0.80
load_charsetFunction · 0.80
load_collationFunction · 0.80
aggregateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected