306
bool mysqld_show_create_db(Session *session, const NormalisedDatabaseName &database_name, bool if_not_exists)
309
309
String buffer(buff, sizeof(buff), system_charset_info);
314
314
This assumes that the only reason for which store_db_create_info()
315
315
can fail is incorrect database name (which is the case now).