mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
merge LP Bug#686184
This commit is contained in:
commit
2de9a7742a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue