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

Method copy_db_normalized

sql/sql_lex.cc:4481–4490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4479
4480
4481Lex_ident_db_normalized LEX::copy_db_normalized()
4482{
4483 if (sphead && sphead->m_name.str)
4484 {
4485 DBUG_ASSERT(sphead->m_db.str);
4486 DBUG_ASSERT(sphead->m_db.length);
4487 return thd->to_ident_db_normalized_with_error(sphead->m_db);
4488 }
4489 return thd->copy_db_normalized();
4490}
4491
4492
4493/**

Callers 3

create_funcMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected