Skip to content

Commit 269f9c9

Browse files
committed
mysql_upgrade: fix error text
1 parent c3a3b45 commit 269f9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/mysql_upgrade.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ static int check_version_match(void)
11081108
extract_variable_from_show(&ds_version, version_str))
11091109
{
11101110
print_error("Version check failed. Got the following error when calling "
1111-
"the 'mysql' command line client", &ds_version);
1111+
"the 'mysql_upgrade' command line client", &ds_version);
11121112
dynstr_free(&ds_version);
11131113
return 1; /* Query failed */
11141114
}

0 commit comments

Comments
 (0)