~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/sql_string.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#pragma interface                       /* gcc class implementation */
20
20
#endif
21
21
 
22
 
#ifndef NOT_FIXED_DEC
23
 
#define NOT_FIXED_DEC                   31
24
 
#endif
25
 
 
26
22
class String;
27
23
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
28
24
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);