1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge with main

This commit is contained in:
Michael Widenius
2011-02-22 20:28:01 +02:00
6 changed files with 25 additions and 4 deletions

View File

@ -98,6 +98,8 @@ public:
nodegroup_id(part_elem->nodegroup_id),
has_null_value(FALSE)
{
connect_string.str= 0;
connect_string.length= 0;
}
~partition_element() {}
};