mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
perror.c:
MySql -> MySQL (Bug #4182) extra/perror.c: MySql -> MySQL (Bug #4182)
This commit is contained in:
parent
cbfe9f0517
commit
795ed79c16
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ int main(int argc,char *argv[])
|
|||
else
|
||||
{
|
||||
if (verbose)
|
||||
printf("MySql error: %3d = %s\n",code,msg);
|
||||
printf("MySQL error: %3d = %s\n",code,msg);
|
||||
else
|
||||
puts(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue