~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to storage/falcon/JString.h

auto-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        void            append (const char*, int length);
131
131
        void            setString (const char*);
132
132
        void            setString (const char *source, int length);
 
133
        void            setStringStatic (const char *source);
133
134
        void            Format (const char*, ...);
134
135
        
135
136
        inline const char       *getString()
155
156
        void    release();
156
157
 
157
158
        char    *string;
 
159
        bool    isStaticString;
158
160
};
159
161
 
160
162