From 3199272e65cdc21d92d6863f189f77219666bcc8 Mon Sep 17 00:00:00 2001 From: "igor@rurik.mysql.com" <> Date: Wed, 18 May 2005 04:17:13 -0700 Subject: [PATCH] sql_yacc.yy: Added missing ';'. --- sql/sql_yacc.yy | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 28d3560e5f0..2edad446499 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -2475,6 +2475,7 @@ select_options: YYABORT; } } + ; select_option_list: select_option_list select_option