mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
Merge mysqldev@production.mysql.com:my/mysql-5.0-build
into msdesk.mysql.com:/home/magnus/mysql-5.0-build
This commit is contained in:
commit
cb61155226
1 changed files with 0 additions and 4 deletions
|
@ -799,11 +799,7 @@ AsyncFile::rmrfReq(Request * request, char * path, bool removePath){
|
|||
request->error = errno;
|
||||
return;
|
||||
}
|
||||
#if defined(__INTEL_COMPILER)
|
||||
struct dirent64 * dp;
|
||||
#else
|
||||
struct dirent * dp;
|
||||
#endif
|
||||
while ((dp = readdir(dirp)) != NULL){
|
||||
if ((strcmp(".", dp->d_name) != 0) && (strcmp("..", dp->d_name) != 0)) {
|
||||
BaseString::snprintf(path_add, (size_t)path_max_copy, "%s%s",
|
||||
|
|
Loading…
Add table
Reference in a new issue