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
4e16e4fc
Commit
4e16e4fc
authored
Jun 19, 2020
by
Vladislav Vaintroub
Committed by
Oleksandr Byelkin
Jun 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "unresolved external symbol" link errors with MSVC
parent
35034d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
storage/maria/ma_control_file.h
storage/maria/ma_control_file.h
+3
-1
No files found.
storage/maria/ma_control_file.h
View file @
4e16e4fc
...
...
@@ -21,6 +21,8 @@
#ifndef _ma_control_file_h
#define _ma_control_file_h
C_MODE_START
#define CONTROL_FILE_BASE_NAME "aria_log_control"
/*
Major version for control file. Should only be changed when doing
...
...
@@ -63,7 +65,7 @@ typedef enum enum_control_file_error {
CONTROL_FILE_UNKNOWN_ERROR
/* any other error */
}
CONTROL_FILE_ERROR
;
C_MODE_START
CONTROL_FILE_ERROR
ma_control_file_open
(
my_bool
create_if_missing
,
my_bool
print_error
,
my_bool
wait_for_lock
);
...
...
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