1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00

Merge branch '10.11' into 11.4

This commit is contained in:
Sergei Golubchik
2025-11-03 14:23:51 +01:00
161 changed files with 3117 additions and 934 deletions

View File

@@ -3403,11 +3403,11 @@ bool Delayed_insert::open_and_lock_table()
return TRUE;
}
if (table->triggers || table->check_constraints)
if (table->triggers || table->check_constraints || table->internal_tables)
{
/*
Table has triggers or check constraints. This is not an error, but we do
not support these with delayed insert. Terminate the delayed
Table uses triggers, check constraints or sequences. This is not an error,
but we do not support these with delayed insert. Terminate the delayed
thread without an error and thus request lock upgrade.
*/
return TRUE;