• Marko Mäkelä's avatar
    Cleanup: Remove ut_format_name() · 8d54d173
    Marko Mäkelä authored
    This follows up commit 383f77cd
    which simplified dict_table_schema_check().
    
    Note: We can display quoted names like this:
    my_snprintf(buf, sizeof buf, "%`.*s.%`s",
                int(t->name.dblen()), t->name.m_name, t->name.basename());
    8d54d173
ha_innodb.cc 611 KB