mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cherry picking patch for BUG#37051
This commit is contained in:
@ -1113,6 +1113,8 @@ void THD::cleanup_after_query()
|
||||
free_items();
|
||||
/* Reset where. */
|
||||
where= THD::DEFAULT_WHERE;
|
||||
/* reset table map for multi-table update */
|
||||
table_map_for_update= 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user