Commit 3061ca2b authored by unknown's avatar unknown

Fix type-typo which caused windows build failure.

parent ee2b7db3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment