mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
compiler warning fix
This commit is contained in:
parent
9c93c5b992
commit
59d139eb29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue