1295
sp= new (session->mem) Item_string("", 0, cs, DERIVATION_COERCIBLE);
1296
1296
sp->str_value.copy(" ", 1, cs);
1300
sp= new (session->mem) Item_string(" ", 1, cs, DERIVATION_COERCIBLE);
1303
1303
return new (session->mem) Item_func_repeat(*session, sp, arg1);