mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch '10.1' into 10.2
This commit is contained in:
commit
f67a2211ec
298 changed files with 4434 additions and 1471 deletions
|
|
@ -121,11 +121,11 @@ void SetErrorString(YasslError error, char* buffer)
|
|||
break;
|
||||
|
||||
case certificate_error :
|
||||
strncpy(buffer, "unable to proccess cerificate", max);
|
||||
strncpy(buffer, "unable to process cerificate", max);
|
||||
break;
|
||||
|
||||
case privateKey_error :
|
||||
strncpy(buffer, "unable to proccess private key, bad format", max);
|
||||
strncpy(buffer, "unable to process private key, bad format", max);
|
||||
break;
|
||||
|
||||
case badVersion_error :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue