mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Remove an unused argument of sql_update::do_updates().
sql/sql_class.h: Remove an unused argument. sql/sql_update.cc: Remove an unused argument.
This commit is contained in:
@@ -2692,7 +2692,7 @@ public:
|
||||
bool send_data(List<Item> &items);
|
||||
bool initialize_tables (JOIN *join);
|
||||
void send_error(uint errcode,const char *err);
|
||||
int do_updates (bool from_send_error);
|
||||
int do_updates();
|
||||
bool send_eof();
|
||||
virtual void abort();
|
||||
};
|
||||
|
Reference in New Issue
Block a user