1809
1798
err_no= (db_errno == ENOENT) ? ER_FILE_NOT_FOUND : (db_errno == EAGAIN) ?
1810
1799
ER_FILE_USED : ER_CANT_OPEN_FILE;
1811
snprintf(buff, sizeof(buff), "%s%s", normalized_path.str,datext);
1812
my_error(err_no,errortype, buff, db_errno);
1800
my_error(err_no, errortype, normalized_path.str, db_errno);