summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2022-08-16 21:43:40 -0700
committerIgor Babaev <igor@askmonty.org>2022-08-16 23:49:38 -0700
commitdff72133e0415537e69db2a21f99448f1ee2116a (patch)
tree3d568206c3372109334839f8354a6692968c0fed
parent286bbb039fb2e1be7c34ee1aa3761792b0e2081b (diff)
downloadmariadb-git-bb-10.10-igor.tar.gz
Correction after rebase of bb-10.10-MDEV-28883 against the latest 10.10.bb-10.10-igor
-rw-r--r--sql/sql_yacc.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 20b4086caba..13f0dbdd433 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -13385,7 +13385,7 @@ delete_single_table:
MYSQL_YYABORT;
Select->table_list.save_and_clear(&Lex->auxiliary_table_list);
/* Save the number of auxiliary tables */
- Lex->table_count= 1;
+ Lex->table_count_update= 1;
Lex->query_tables= 0;
Lex->query_tables_last= &Lex->query_tables;