1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2021-10-28 08:48:36 +03:00
38 changed files with 650 additions and 163 deletions

View File

@@ -355,9 +355,9 @@ int sf_sanity()
if (count || irem)
{
warn("Error: Safemalloc link list destroyed");
return 1;
flag= 1;
}
return 0;
return flag;
}
/**