diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2018-01-16 09:18:22 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2018-01-16 09:18:22 +0000 |
commit | da27dc995ee407cb56761393bc5dcdd48456d851 (patch) | |
tree | 6e8dfa78e8af57b012b56ea2f534011e9c657533 /sql/rpl_gtid.cc | |
parent | 0664d633e415d04a90f343dbaf954ae756a474b3 (diff) | |
download | mariadb-git-da27dc995ee407cb56761393bc5dcdd48456d851.tar.gz |
Fix Windows build
Diffstat (limited to 'sql/rpl_gtid.cc')
-rw-r--r-- | sql/rpl_gtid.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_gtid.cc b/sql/rpl_gtid.cc index 9f48f908102..78e6165a551 100644 --- a/sql/rpl_gtid.cc +++ b/sql/rpl_gtid.cc @@ -582,7 +582,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, bool table_opened= false; TABLE *table; list_element *delete_list= 0, *next, *cur, **next_ptr_ptr, **best_ptr_ptr; - uint64_t best_sub_id; + uint64 best_sub_id; element *elem; ulonglong thd_saved_option= thd->variables.option_bits; Query_tables_list lex_backup; |