Skip to content

Commit

Permalink
version 12.2.6-0
Browse files Browse the repository at this point in the history
  • Loading branch information
wyaadarsh committed Sep 7, 2016
1 parent 6b455a7 commit 3e5252f
Show file tree
Hide file tree
Showing 39 changed files with 1,128 additions and 323 deletions.
2 changes: 2 additions & 0 deletions include/CommonHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
//#define CPI_UTF32 12000

#define CPI_CP932 932
#define MYSQL_TYPE_JSON 245
#define FIELD_TYPE_JSON MYSQL_TYPE_JSON


typedef struct ForeignKey
Expand Down
2 changes: 1 addition & 1 deletion include/Version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MAJOR_VERSION_INT 12
#define MINOR_VERSION_INT 2
#define UPDATE_VERSION_INT 4
#define UPDATE_VERSION_INT 6
#define RELEASE_VERSION_INT 0
#define EXTRAINFO ""
30 changes: 30 additions & 0 deletions include/mysql/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA

BUILT_SOURCES = mysql_version.h my_config.h
pkginclude_HEADERS = dbug.h m_string.h my_sys.h mysql.h mysql_com.h \
mysqld_error.h my_list.h m_ctype.h \
my_pthread.h my_no_pthread.h errmsg.h \
my_global.h my_net.h \
$(BUILT_SOURCES)
noinst_HEADERS = config-win.h \
my_dir.h mysys_err.h \
my_alarm.h \
hash.h thr_alarm.h \
getopt.h violite.h \
mysql_version.h.in

Loading

0 comments on commit 3e5252f

Please sign in to comment.