mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.
Resolved all conflicts and failures.
This commit is contained in:
@ -265,6 +265,8 @@ public:
|
||||
prev= &node->next;
|
||||
node= node->next;
|
||||
elements++;
|
||||
if (node == &end_of_list)
|
||||
return;
|
||||
}
|
||||
*prev= *last;
|
||||
last= prev;
|
||||
|
Reference in New Issue
Block a user