Skip to content
Permalink
Browse files
mysql_upgrade: fix error text
  • Loading branch information
grooverdan committed Sep 11, 2020
1 parent c3a3b45 commit 269f9c9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1108,7 +1108,7 @@ static int check_version_match(void)
extract_variable_from_show(&ds_version, version_str))
{
print_error("Version check failed. Got the following error when calling "
"the 'mysql' command line client", &ds_version);
"the 'mysql_upgrade' command line client", &ds_version);
dynstr_free(&ds_version);
return 1; /* Query failed */
}

0 comments on commit 269f9c9

Please sign in to comment.