summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2019-08-22 23:34:42 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2019-08-22 23:34:42 +0200
commit6c593cd35868cb47eb9d4a712575668a243f3186 (patch)
tree42a939f27e31e00eb9ce2442921160476029a32e
parentc0f9042500b5034b3f6fff96321dfa9eeb36957d (diff)
downloadmariadb-git-6c593cd35868cb47eb9d4a712575668a243f3186.tar.gz
Typo
-rw-r--r--storage/connect/connect.cc3
-rw-r--r--storage/connect/mycat.h10
-rw-r--r--storage/connect/plgdbsem.h8
3 files changed, 11 insertions, 10 deletions
diff --git a/storage/connect/connect.cc b/storage/connect/connect.cc
index 21bca637eab..b1078de8eaa 100644
--- a/storage/connect/connect.cc
+++ b/storage/connect/connect.cc
@@ -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 02111-1301 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-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
diff --git a/storage/connect/mycat.h b/storage/connect/mycat.h
index b306d4acbe0..818e535b32d 100644
--- a/storage/connect/mycat.h
+++ b/storage/connect/mycat.h
@@ -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;
diff --git a/storage/connect/plgdbsem.h b/storage/connect/plgdbsem.h
index 14b8549beb0..f10ae209e9d 100644
--- a/storage/connect/plgdbsem.h
+++ b/storage/connect/plgdbsem.h
@@ -1,7 +1,7 @@
/************** 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-2017 */
+/* (C) Copyright to the author Olivier BERTRAND 1998-2019 */
/* */
/* 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) */