20
20
#ifndef DRIZZLED_FUNCTION_STR_LOAD_FILE_H
21
21
#define DRIZZLED_FUNCTION_STR_LOAD_FILE_H
26
23
class Item_load_file :public Item_str_func
35
28
String *val_str(String *);
36
29
const char *func_name() const { return "load_file"; }
37
30
void fix_length_and_dec()