Commit da27dc99 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix Windows build

parent 0664d633
...@@ -582,7 +582,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, ...@@ -582,7 +582,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id,
bool table_opened= false; bool table_opened= false;
TABLE *table; TABLE *table;
list_element *delete_list= 0, *next, *cur, **next_ptr_ptr, **best_ptr_ptr; list_element *delete_list= 0, *next, *cur, **next_ptr_ptr, **best_ptr_ptr;
uint64_t best_sub_id; uint64 best_sub_id;
element *elem; element *elem;
ulonglong thd_saved_option= thd->variables.option_bits; ulonglong thd_saved_option= thd->variables.option_bits;
Query_tables_list lex_backup; Query_tables_list lex_backup;
......
...@@ -1323,7 +1323,7 @@ resolve_engine_list_item(THD *thd, plugin_ref *list, uint32 *idx, ...@@ -1323,7 +1323,7 @@ resolve_engine_list_item(THD *thd, plugin_ref *list, uint32 *idx,
{ {
LEX_CSTRING item_str; LEX_CSTRING item_str;
plugin_ref ref; plugin_ref ref;
uint32_t i; uint32 i;
THD *thd_or_null = (temp_copy ? thd : NULL); THD *thd_or_null = (temp_copy ? thd : NULL);
item_str.str= pos; item_str.str= pos;
......
...@@ -833,7 +833,7 @@ typedef struct system_status_var ...@@ -833,7 +833,7 @@ typedef struct system_status_var
ulonglong table_open_cache_overflows; ulonglong table_open_cache_overflows;
double last_query_cost; double last_query_cost;
double cpu_time, busy_time; double cpu_time, busy_time;
uint32_t threads_running; uint32 threads_running;
/* Don't initialize */ /* Don't initialize */
/* Memory used for thread local storage */ /* Memory used for thread local storage */
int64 max_local_memory_used; int64 max_local_memory_used;
......
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