mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Merge neptunus.(none):/home/msvensson/mysql/bug15020/my50-bug15020
into neptunus.(none):/home/msvensson/mysql/bug15020/my51-bug15020
This commit is contained in:
commit
96b1f9150c
1 changed files with 2 additions and 1 deletions
|
@ -1626,7 +1626,8 @@ void open_table_error(TABLE_SHARE *share, int error, int db_errno, int errarg)
|
|||
else
|
||||
{
|
||||
strxmov(buff, share->normalized_path.str, reg_ext, NullS);
|
||||
my_error(ER_FILE_NOT_FOUND, errortype, buff, db_errno);
|
||||
my_error((db_errno == EMFILE) ? ER_CANT_OPEN_FILE : ER_FILE_NOT_FOUND,
|
||||
errortype, buff, db_errno);
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Reference in a new issue