Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
da27dc99
Commit
da27dc99
authored
Jan 16, 2018
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Windows build
parent
0664d633
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
sql/rpl_gtid.cc
sql/rpl_gtid.cc
+1
-1
sql/set_var.cc
sql/set_var.cc
+1
-1
sql/sql_class.h
sql/sql_class.h
+1
-1
No files found.
sql/rpl_gtid.cc
View file @
da27dc99
...
...
@@ -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
;
...
...
sql/set_var.cc
View file @
da27dc99
...
...
@@ -1323,7 +1323,7 @@ resolve_engine_list_item(THD *thd, plugin_ref *list, uint32 *idx,
{
LEX_CSTRING
item_str
;
plugin_ref
ref
;
uint32
_t
i
;
uint32
i
;
THD
*
thd_or_null
=
(
temp_copy
?
thd
:
NULL
);
item_str
.
str
=
pos
;
...
...
sql/sql_class.h
View file @
da27dc99
...
...
@@ -833,7 +833,7 @@ typedef struct system_status_var
ulonglong
table_open_cache_overflows
;
double
last_query_cost
;
double
cpu_time
,
busy_time
;
uint32
_t
threads_running
;
uint32
threads_running
;
/* Don't initialize */
/* Memory used for thread local storage */
int64
max_local_memory_used
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment