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

Merge 4.1 -> 5.0

This commit is contained in:
gluh@gluh.mysql.r18.ru
2005-03-17 16:51:07 +03:00
26 changed files with 394 additions and 95 deletions

View File

@ -205,6 +205,10 @@ public:
}
}
}
inline void shrink_to_length()
{
Alloced_length= str_length;
}
bool is_alloced() { return alloced; }
inline String& operator = (const String &s)
{