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

Merge branch 'bb-11.8-release' into bb-12.1-release

This commit is contained in:
Oleksandr Byelkin
2025-11-04 22:47:26 +01:00
184 changed files with 3745 additions and 1373 deletions

View File

@@ -3476,11 +3476,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;