Fix type-typo which caused windows build failure.
This commit is contained in:
parent
ee2b7db3f8
commit
3061ca2be5
@ -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)
|
static bool check_gtid_seq_no(sys_var *self, THD *thd, set_var *var)
|
||||||
{
|
{
|
||||||
uint32 domain_id, server_id;
|
uint32 domain_id, server_id;
|
||||||
uint64_t seq_no;
|
uint64 seq_no;
|
||||||
|
|
||||||
if (check_has_super(self, thd, var))
|
if (check_has_super(self, thd, var))
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user