29
29
int64_t length= args[1]->val_int();
31
31
if ((null_value=(args[0]->null_value || args[1]->null_value)))
34
34
/* if "unsigned_flag" is set, we have a *huge* positive number. */
35
35
if ((length <= 0) && (!args[1]->unsigned_flag))
38
38
if (res->length() <= (uint64_t) length)
41
41
uint32_t start=res->numchars();
42
42
if (start <= (uint) length)