605
606
bool mysql_change_db(Session *session, const std::string &new_db_name)
610
609
assert(not new_db_name.empty());
613
620
Now we need to make a copy because check_db_name requires a
614
621
non-constant argument. Actually, it takes database file name.