17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25
27
class Item_func_replace :public Item_str_func
36
Item_str_func(org, find, replace),
31
39
String *val_str(String *);
32
40
void fix_length_and_dec();
33
41
const char *func_name() const { return "replace"; }