Commit e5a0468c authored by unknown's avatar unknown

Fixed typo in error message from sql_yacc.yy


sql/sql_yacc.yy:
  Fixed typo
parent cf1e6019
...@@ -3514,7 +3514,7 @@ require_list_element: SUBJECT_SYM TEXT_STRING ...@@ -3514,7 +3514,7 @@ require_list_element: SUBJECT_SYM TEXT_STRING
LEX *lex=Lex; LEX *lex=Lex;
if (lex->ssl_cipher) if (lex->ssl_cipher)
{ {
net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CHIPER"); net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CIPHER");
YYABORT; YYABORT;
} }
lex->ssl_cipher=$2.str; lex->ssl_cipher=$2.str;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment