mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
mysql-5.1 -> mysql-5.5 merge
This commit is contained in:
commit
bc2e383e4a
94 changed files with 2031 additions and 1163 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
inline uint32 alloced_length() const { return Alloced_length;}
|
||||
inline char& operator [] (uint32 i) const { return Ptr[i]; }
|
||||
inline void length(uint32 len) { str_length=len ; }
|
||||
inline bool is_empty() { return (str_length == 0); }
|
||||
inline bool is_empty() const { return (str_length == 0); }
|
||||
inline void mark_as_const() { Alloced_length= 0;}
|
||||
inline const char *ptr() const { return Ptr; }
|
||||
inline char *c_ptr()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue