compiler warning fix

This commit is contained in:
gluh@mysql.com/eagle.(none) 2007-06-09 18:18:34 +05:00
parent 4af938a148
commit c25c178112

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();
}