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
6c593cd3
Commit
6c593cd3
authored
Aug 22, 2019
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
c0f90425
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
storage/connect/connect.cc
storage/connect/connect.cc
+2
-1
storage/connect/mycat.h
storage/connect/mycat.h
+5
-5
storage/connect/plgdbsem.h
storage/connect/plgdbsem.h
+4
-4
No files found.
storage/connect/connect.cc
View file @
6c593cd3
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 0211
1-1301
USA */
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 0211
0-1335
USA */
/***********************************************************************/
/* Author Olivier BERTRAND bertrandop@gmail.com 2004-2017 */
...
...
@@ -33,6 +33,7 @@
/* plgdbsem.h is header containing the DB applic. declarations. */
/***********************************************************************/
#define DONT_DEFINE_VOID
#include <my_global.h>
#include "handler.h"
#undef OFFSET
...
...
storage/connect/mycat.h
View file @
6c593cd3
...
...
@@ -11,10 +11,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**************** MYCAT H Declares Source Code File (.H) ***************/
/* Name: MYCAT.H Version 2.
3
*/
/* Name: MYCAT.H Version 2.
4
*/
/* Author: Olivier Bertrand */
/* This file contains the CONNECT plugin MYCAT class definitions. */
/***********************************************************************/
...
...
@@ -50,9 +50,9 @@ struct ha_table_option_struct {
const
char
*
filter
;
const
char
*
oplist
;
const
char
*
data_charset
;
const
char
*
http
;
const
char
*
uri
;
ulonglong
lrecl
;
const
char
*
http
;
const
char
*
uri
;
ulonglong
lrecl
;
ulonglong
elements
;
//ulonglong estimate;
ulonglong
multiple
;
...
...
storage/connect/plgdbsem.h
View file @
6c593cd3
/************** PlgDBSem H Declares Source Code File (.H) **************/
/* Name: PLGDBSEM.H Version 3.
7
*/
/* Name: PLGDBSEM.H Version 3.
8
*/
/* */
/* (C) Copyright to the author Olivier BERTRAND 1998-201
7
*/
/* (C) Copyright to the author Olivier BERTRAND 1998-201
9
*/
/* */
/* This file contains the CONNECT storage engine definitions. */
/***********************************************************************/
...
...
@@ -82,8 +82,8 @@ enum TABTYPE {TAB_UNDEF = 0, /* Table of undefined type */
TAB_JDBC
=
26
,
/* Table accessed via JDBC */
TAB_ZIP
=
27
,
/* ZIP file info table */
TAB_MONGO
=
28
,
/* Table retrieved from MongoDB */
TAB_REST
=
29
,
/* Table retrieved from Rest
query
*/
TAB_NIY
=
30
};
/* Table not implemented yet */
TAB_REST
=
29
,
/* Table retrieved from Rest
*/
TAB_NIY
=
30
};
/* Table not implemented yet */
enum
AMT
{
TYPE_AM_ERROR
=
0
,
/* Type not defined */
TYPE_AM_ROWID
=
1
,
/* ROWID type (special column) */
...
...
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