mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
5.5 merge
This commit is contained in:
commit
3495801e2e
90 changed files with 2761 additions and 337 deletions
|
|
@ -253,7 +253,9 @@ public:
|
|||
*/
|
||||
inline void chop()
|
||||
{
|
||||
Ptr[str_length--]= '\0';
|
||||
str_length--;
|
||||
Ptr[str_length]= '\0';
|
||||
DBUG_ASSERT(strlen(Ptr) == str_length);
|
||||
}
|
||||
|
||||
inline void free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue