mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.7
This commit is contained in:
@@ -714,7 +714,7 @@ static char upgrade_info_file[FN_REFLEN]= {0};
|
||||
Open or create mysql_upgrade_info file in servers data dir.
|
||||
|
||||
Take a lock to ensure there cannot be any other mysql_upgrades
|
||||
runninc concurrently
|
||||
running concurrently
|
||||
*/
|
||||
|
||||
const char *create_error_message=
|
||||
@@ -775,7 +775,7 @@ static void open_mysql_upgrade_file()
|
||||
/**
|
||||
Place holder for versions that require a major upgrade
|
||||
|
||||
@return 0 upgrade has alredy been run on this version
|
||||
@return 0 upgrade has already been run on this version
|
||||
@return 1 upgrade has to be run
|
||||
|
||||
*/
|
||||
@@ -799,7 +799,7 @@ static int faulty_server_versions(const char *version)
|
||||
file it's always better to report that the upgrade hasn't
|
||||
been performed.
|
||||
|
||||
@return 0 Upgrade has alredy been run on this version
|
||||
@return 0 Upgrade has already been run on this version
|
||||
@return > 0 Upgrade has to be run
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user