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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
104b16bc
Commit
104b16bc
authored
Jul 13, 2013
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error on Windows.
parent
243371f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
storage/myisammrg/myrg_def.h
storage/myisammrg/myrg_def.h
+2
-3
No files found.
storage/myisammrg/myrg_def.h
View file @
104b16bc
...
...
@@ -33,11 +33,10 @@ extern "C"
void
myrg_print_wrong_table
(
const
char
*
table_name
);
#ifdef HAVE_PSI_INTERFACE
extern
PSI_mutex_key
rg_key_mutex_MYRG_INFO_mutex
;
extern
PSI_file_key
rg_key_file_MRG
;
C_MODE_START
extern
PSI_mutex_key
rg_key_mutex_MYRG_INFO_mutex
;
extern
PSI_file_key
rg_key_file_MRG
;
void
init_myisammrg_psi_keys
();
C_MODE_END
#endif
/* HAVE_PSI_INTERFACE */
...
...
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