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

Fix typos in the codebase.

This commit is contained in:
fluesvamp
2022-08-07 17:07:39 -05:00
committed by Vicențiu Ciorbaru
parent 195833f1b6
commit f2830af16c
22 changed files with 49 additions and 48 deletions

View File

@@ -701,7 +701,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=
@@ -762,7 +762,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
*/
@@ -786,7 +786,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
*/