diff options
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 5c21adf3c8f..33112cd8390 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -10191,7 +10191,7 @@ option_type_value: qbuff.length= lip->tok_end - sp->m_tmp_query; if (!(qbuff.str= (char*) alloc_root(thd->mem_root, - qbuff.length + 5))) + qbuff.length + 5))) MYSQL_YYABORT; strmake(strmake(qbuff.str, "SET ", 4), sp->m_tmp_query, |