From 6c593cd35868cb47eb9d4a712575668a243f3186 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Thu, 22 Aug 2019 23:34:42 +0200 Subject: [PATCH] Typo --- storage/connect/connect.cc | 3 ++- storage/connect/mycat.h | 10 +++++----- storage/connect/plgdbsem.h | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/storage/connect/connect.cc b/storage/connect/connect.cc index 21bca637eab18..b1078de8eaa91 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 #include "handler.h" #undef OFFSET diff --git a/storage/connect/mycat.h b/storage/connect/mycat.h index b306d4acbe021..818e535b32d6c 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 14b8549beb052..f10ae209e9dc5 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) */