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

Method Alter_table_ctx

sql/sql_alter.cc:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388Alter_table_ctx::Alter_table_ctx()
389 : db(null_clex_str), table_name(null_clex_str), alias(null_clex_str),
390 new_db(null_clex_str), new_name(null_clex_str), new_alias(null_clex_str)
391{
392}
393
394/*
395 TODO: new_name_arg changes if lower case table names.

Callers

nothing calls this directly

Calls 10

Lex_ident_tableClass · 0.85
make_tmp_table_nameFunction · 0.85
build_table_filenameFunction · 0.85
build_tmptable_filenameFunction · 0.85
strmakeFunction · 0.85
copy_casednMethod · 0.80
streqMethod · 0.45
to_lex_cstringMethod · 0.45
partition_engineMethod · 0.45
real_table_typeMethod · 0.45

Tested by

no test coverage detected