mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
MDEV-4123 fix.
Missed update_used_tables() call for multi-update values.
This commit is contained in:
@@ -2833,6 +2833,7 @@ public:
|
||||
#else
|
||||
void begin_dataset() {}
|
||||
#endif
|
||||
virtual void update_used_tables() {}
|
||||
};
|
||||
|
||||
|
||||
@@ -3578,6 +3579,7 @@ public:
|
||||
int do_updates();
|
||||
bool send_eof();
|
||||
virtual void abort();
|
||||
void update_used_tables();
|
||||
};
|
||||
|
||||
class my_var : public Sql_alloc {
|
||||
|
||||
Reference in New Issue
Block a user