Fixed typo in error message from sql_yacc.yy
sql/sql_yacc.yy: Fixed typo
This commit is contained in:
parent
e9827c505b
commit
cf011ce6f7
@ -3514,7 +3514,7 @@ require_list_element: SUBJECT_SYM TEXT_STRING
|
||||
LEX *lex=Lex;
|
||||
if (lex->ssl_cipher)
|
||||
{
|
||||
net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CHIPER");
|
||||
net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CIPHER");
|
||||
YYABORT;
|
||||
}
|
||||
lex->ssl_cipher=$2.str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user