| 5919 | void commit_checkpoint_notify_ha(void *cookie); |
| 5920 | |
| 5921 | inline 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 | /** |
no outgoing calls
no test coverage detected