mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#24: post review fixes.
This commit is contained in:
@ -235,14 +235,11 @@ public:
|
||||
{
|
||||
if (!list->is_empty())
|
||||
{
|
||||
#if 0
|
||||
#else
|
||||
if (is_empty())
|
||||
{
|
||||
*this= *list;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
*last= list->first;
|
||||
last= list->last;
|
||||
elements+= list->elements;
|
||||
|
Reference in New Issue
Block a user