| 4479 | |
| 4480 | |
| 4481 | Lex_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 | /** |
no test coverage detected