compiler warning fix
This commit is contained in:
parent
4af938a148
commit
c25c178112
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user