mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
mysql-5.5.32 merge
This commit is contained in:
commit
005c7e5421
1489 changed files with 3083 additions and 1939 deletions
|
|
@ -2,8 +2,8 @@
|
|||
#define SQL_STRING_INCLUDED
|
||||
|
||||
/*
|
||||
Copyright (c) 2000, 2012, Oracle and/or its affiliates.
|
||||
Copyright (c) 2008, 2011, Monty Program Ab
|
||||
Copyright (c) 2000, 2013, Oracle and/or its affiliates.
|
||||
Copyright (c) 2008, 2013, Monty Program Ab.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -311,6 +311,7 @@ public:
|
|||
DBUG_ASSERT(!s.uses_buffer_owned_by(this));
|
||||
free();
|
||||
Ptr=s.Ptr ; str_length=s.str_length ; Alloced_length=s.Alloced_length;
|
||||
str_charset=s.str_charset;
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue