summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index 7bb5986f0f1..ab7ab37331a 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -2073,7 +2073,7 @@ bool unpack_vcol_info_from_frm(THD *thd,
thd->stmt_arena= vcol_arena;
if (init_lex_with_single_table(thd, table, &lex))
- goto end;
+ goto err;
thd->lex->parse_vcol_expr= TRUE;