1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-31925 Fix for File Leak in mysql_upgrade with --check-if-upgrade-is-needed Option

This commit addresses the file leakage problem encountered with the mysql_upgrade --check-if-upgrade-is-needed command.
This commit is contained in:
hsser
2023-12-16 21:54:01 -08:00
committed by Daniel Black
parent 87a5d16911
commit be694384d4
3 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Running mysql_upgrade with --check-if-upgrade-is-needed
Checking for absence of temporary files by mysql_upgrade
No temporary files found
End of 10.4 tests