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
9da706fa
Commit
9da706fa
authored
Aug 07, 2018
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compiler warning about MongoEnabled() in Connect
parent
cb7b5fbf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
storage/connect/ha_connect.h
storage/connect/ha_connect.h
+4
-0
storage/connect/mycat.cc
storage/connect/mycat.cc
+0
-4
No files found.
storage/connect/ha_connect.h
View file @
9da706fa
...
@@ -548,3 +548,7 @@ int index_prev(uchar *buf);
...
@@ -548,3 +548,7 @@ int index_prev(uchar *buf);
uint
int_table_flags
;
// Inherited from MyISAM
uint
int_table_flags
;
// Inherited from MyISAM
bool
enable_activate_all_index
;
// Inherited from MyISAM
bool
enable_activate_all_index
;
// Inherited from MyISAM
};
// end of ha_connect class definition
};
// end of ha_connect class definition
#if defined(JAVA_SUPPORT) || defined(CMGO_SUPPORT)
bool
MongoEnabled
(
void
);
#endif // JAVA_SUPPORT || CMGO_SUPPORT
storage/connect/mycat.cc
View file @
9da706fa
...
@@ -102,10 +102,6 @@
...
@@ -102,10 +102,6 @@
extern
"C"
HINSTANCE
s_hModule
;
// Saved module handle
extern
"C"
HINSTANCE
s_hModule
;
// Saved module handle
#endif // !__WIN__
#endif // !__WIN__
#if defined(JAVA_SUPPORT) || defined(CMGO_SUPPORT)
bool
MongoEnabled
(
void
);
#endif // JAVA_SUPPORT || CMGO_SUPPORT
PQRYRES
OEMColumns
(
PGLOBAL
g
,
PTOS
topt
,
char
*
tab
,
char
*
db
,
bool
info
);
PQRYRES
OEMColumns
(
PGLOBAL
g
,
PTOS
topt
,
char
*
tab
,
char
*
db
,
bool
info
);
/***********************************************************************/
/***********************************************************************/
...
...
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