Skip to content

Commit 6051df1

Browse files
committed
BUG#30366310: USING A FUNCTION TO ASSIGN DEFAULT VALUES TO
2 OR MORE VARIABLES CRASHES SERVER [post-push-fix] Fixing the build failure on mysql-5.6 Change-Id: I10c149616686f4a5dadd4794bc166313cea1e29e
1 parent 353ada2 commit 6051df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_yacc.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ sp_decl:
31243124
first_spvar->type, 0, 0);
31253125
if (item == NULL)
31263126
MYSQL_YYABORT; // OOM
3127-
#ifndef NDEBUG
3127+
#ifndef DBUG_OFF
31283128
item->m_sp = lex->sphead;
31293129
#endif
31303130
dflt_value_item = item;

0 commit comments

Comments
 (0)