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

Function table_case_name

sql/handler.h:5921–5924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5919void commit_checkpoint_notify_ha(void *cookie);
5920
5921inline const LEX_CSTRING *table_case_name(HA_CREATE_INFO *info, const LEX_CSTRING *name)
5922{
5923 return ((lower_case_table_names == 2 && info->alias.str) ? &info->alias : name);
5924}
5925
5926
5927/**

Callers 3

create_table_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected