merge LP Bug#686184

This commit is contained in:
Vladislav Vaintroub 2010-12-07 00:15:27 +01:00
commit 2de9a7742a
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags)
dflt_key_cache);
DBUG_EXECUTE_IF("myisam_pretend_crashed_table_on_open",
if (strstr(name, "/crashed"))
if (strstr(name, "crashed"))
{
my_errno= HA_ERR_CRASHED;
goto err;