mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
into neptunus.(none):/home/msvensson/mysql/bug15020/my51-bug15020
This commit is contained in:
@@ -1734,7 +1734,8 @@ void open_table_error(TABLE_SHARE *share, int error, int db_errno, int errarg)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
strxmov(buff, share->normalized_path.str, reg_ext, NullS);
|
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;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
Reference in New Issue
Block a user