[Commits] b69cd6d: Correction after rebase of bb-10.10-MDEV-28883 against the latest 10.10.
revision-id: b69cd6d4baadb7441e8afa35ac4857f619d5bb43 (mariadb-10.10.1-8-gb69cd6d) parent(s): 62b7ebb3f48596c89030064217cbafc6449554a3 author: Igor Babaev committer: Igor Babaev timestamp: 2022-08-16 21:43:40 -0700 message: Correction after rebase of bb-10.10-MDEV-28883 against the latest 10.10. --- sql/sql_yacc.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 20b4086..13f0dbd 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;
participants (1)
-
IgorBabaev