Fix type-typo which caused windows build failure.

This commit is contained in:
unknown 2013-05-28 16:35:05 +02:00
parent ee2b7db3f8
commit 3061ca2be5

View File

@ -1219,7 +1219,7 @@ static Sys_var_uint Sys_gtid_domain_id(
static bool check_gtid_seq_no(sys_var *self, THD *thd, set_var *var)
{
uint32 domain_id, server_id;
uint64_t seq_no;
uint64 seq_no;
if (check_has_super(self, thd, var))
return true;