mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
WL#5138, Fixed according to code review comments from Davi
This commit is contained in:
@ -438,7 +438,7 @@ Sensitive_cursor::fetch(ulong num_rows)
|
||||
thd->derived_tables= derived_tables;
|
||||
thd->open_tables= open_tables;
|
||||
thd->lock= lock;
|
||||
thd->query_id= query_id;
|
||||
thd->set_query_id(query_id);
|
||||
thd->change_list= change_list;
|
||||
/* save references to memory allocated during fetch */
|
||||
thd->set_n_backup_active_arena(this, &backup_arena);
|
||||
|
Reference in New Issue
Block a user