#include <item_strfunc.h>
Inheritance diagram for Item_func_compress:


Public Member Functions | |
| Item_func_compress (Item *a) | |
| void | fix_length_and_dec () |
| const char * | func_name () const |
| String * | val_str (String *) ZLIB_DEPENDED_FUNCTION bool check_partition_func_processor(byte *bool_arg) |
Private Attributes | |
| String | buffer |
Definition at line 818 of file item_strfunc.h.
| Item_func_compress::Item_func_compress | ( | Item * | a | ) | [inline] |
| void Item_func_compress::fix_length_and_dec | ( | ) | [inline, virtual] |
Implements Item_result_field.
Definition at line 823 of file item_strfunc.h.
References Item_func::args, and Item::max_length.
00823 {max_length= (args[0]->max_length*120)/100+12;}
| const char* Item_func_compress::func_name | ( | ) | const [inline, virtual] |
String Item_func_compress::buffer [private] |
Definition at line 820 of file item_strfunc.h.
1.4.7

