mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
parent
1d56d875fe
commit
7372fe4da1
1 changed files with 2 additions and 0 deletions
|
@ -5266,6 +5266,7 @@ xb_process_datadir(
|
|||
path, NULL,
|
||||
fileinfo.name, data))
|
||||
{
|
||||
os_file_closedir(dbdir);
|
||||
return(FALSE);
|
||||
}
|
||||
}
|
||||
|
@ -5326,6 +5327,7 @@ next_file_item_1:
|
|||
dbinfo.name,
|
||||
fileinfo.name, data))
|
||||
{
|
||||
os_file_closedir(dbdir);
|
||||
return(FALSE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue