summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authordf@kahlann.erinye.com <>2006-12-01 13:02:54 +0100
committerdf@kahlann.erinye.com <>2006-12-01 13:02:54 +0100
commitda7820c37d29916ecd8d6f7ed053843644e46acc (patch)
tree90907c9ba079c9a6f4d555883abe4775ee5aa762 /sql/sql_yacc.yy
parentfeb70084d345644d820bc27ce4725b15c3b26da8 (diff)
parent601e6f4b2a78921304bc1d779991c615ee229f89 (diff)
downloadmariadb-git-da7820c37d29916ecd8d6f7ed053843644e46acc.tar.gz
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marvel
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 2d315e91f52..a362d1ce4ea 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -1626,7 +1626,6 @@ sp_decl:
uint num_vars= pctx->context_var_count();
enum enum_field_types var_type= (enum enum_field_types) $4;
Item *dflt_value_item= $5;
- create_field *create_field_op;
if (!dflt_value_item)
{