1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

After merge fixes.

BitKeeper/deleted/.del-my_bit.h:
  Delete: include/my_bit.h
This commit is contained in:
unknown
2008-04-29 09:26:37 +03:00
parent 50ceea65cf
commit 663f971b8d
5 changed files with 9 additions and 15 deletions

View File

@@ -937,7 +937,7 @@ int ha_prepare(THD *thd)
{
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
ER_ILLEGAL_HA, ER(ER_ILLEGAL_HA),
hton_name(*ht)->str);
ha_resolve_storage_engine_name(ht));
}
}
}