compiler warning fix

This commit is contained in:
unknown 2007-06-09 18:18:34 +05:00
parent 9c93c5b992
commit 59d139eb29

View file

@ -3334,7 +3334,7 @@ String *Item_func_uuid::val_str(String *str)
*--s=_dig_vec_lower[mac[i] >> 4];
}
randominit(&uuid_rand, tmp + (ulong) server_start_time,
tmp + thd->status_var.bytes_sent);
tmp + (ulong) thd->status_var.bytes_sent);
set_clock_seq_str();
}