MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / build_table_filename

Function build_table_filename

sql/sql_table.h:159–165  ·  view source on GitHub ↗

For caller's who are mostly sure that path do not truncate

Source from the content-addressed store, hash-verified

157 uint flags, bool *was_truncated);
158// For caller's who are mostly sure that path do not truncate
159uint inline build_table_filename(char *buff, size_t bufflen, const char *db,
160 const char *table, const char *ext, uint flags)
161{
162 bool truncated_not_used;
163 return build_table_filename(buff, bufflen, db, table, ext, flags,
164 &truncated_not_used);
165}
166
167bool fill_field_definition(THD *thd,
168 class sp_head *sp,

Callers 2

load_db_opt_by_nameFunction · 0.70
rename_in_schema_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected