mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -1696,8 +1696,8 @@ class Multiupdate_prelocking_strategy : public DML_prelocking_strategy
|
||||
bool done;
|
||||
bool has_prelocking_list;
|
||||
public:
|
||||
void reset(THD *thd);
|
||||
bool handle_end(THD *thd);
|
||||
void reset(THD *thd) override;
|
||||
bool handle_end(THD *thd) override;
|
||||
};
|
||||
|
||||
void Multiupdate_prelocking_strategy::reset(THD *thd)
|
||||
|
Reference in New Issue
Block a user