1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge branch '10.11' into 11.2

This commit is contained in:
Yuchen Pei
2024-09-18 10:25:16 +10:00
42 changed files with 284 additions and 573 deletions

View File

@@ -490,7 +490,7 @@ bool Sql_cmd_delete::delete_from_single_table(THD *thd)
query_plan.set_no_partitions();
if (thd->lex->describe || thd->lex->analyze_stmt)
goto produce_explain_and_leave;
if (thd->binlog_for_noop_dml(transactional_table))
DBUG_RETURN(1);