mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-20074: Lost connection on update trigger
Instead of checking lex->sql_command which does not corect in case of triggers mark tables for insert.
This commit is contained in:
@ -4060,6 +4060,8 @@ public:
|
||||
}
|
||||
bool tvc_finalize();
|
||||
bool tvc_finalize_derived();
|
||||
|
||||
void mark_first_table_as_inserting();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user