summaryrefslogtreecommitdiff
path: root/storage/connect/ha_connect.cc
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2016-08-10 18:27:31 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2016-08-10 18:27:31 +0200
commita2934d2710d24c20ec205007bdad2495a492ad83 (patch)
tree4b9a211f0bdfb8a79b747f760d5d34e9e2c765a0 /storage/connect/ha_connect.cc
parentec725089cfde2886d74c7939c64ad6e2266dc853 (diff)
downloadmariadb-git-a2934d2710d24c20ec205007bdad2495a492ad83.tar.gz
- JdbcInterface: change return type of ...Field function
modified: storage/connect/JdbcInterface.java - Change Version number and date modified: storage/connect/ha_connect.cc - Implement the test on connect_type_conv YES/NO modified: storage/connect/jdbconn.cpp modified: storage/connect/odbconn.cpp - Fix MDEV-10520. Local schema was confused with remote schema modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabodbc.cpp - Fix crash when using mapped indices. Was trying to write in a mapped file declared as read only. modified: storage/connect/xindex.cpp
Diffstat (limited to 'storage/connect/ha_connect.cc')
-rw-r--r--storage/connect/ha_connect.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/ha_connect.cc b/storage/connect/ha_connect.cc
index 85380860652..ea6fb1b08c1 100644
--- a/storage/connect/ha_connect.cc
+++ b/storage/connect/ha_connect.cc
@@ -171,9 +171,9 @@
#define JSONMAX 10 // JSON Default max grp size
extern "C" {
- char version[]= "Version 1.04.0006 May 08, 2016";
+ char version[]= "Version 1.04.0008 August 10, 2016";
#if defined(__WIN__)
- char compver[]= "Version 1.04.0006 " __DATE__ " " __TIME__;
+ char compver[]= "Version 1.04.0008 " __DATE__ " " __TIME__;
char slash= '\\';
#else // !__WIN__
char slash= '/';
@@ -6935,7 +6935,7 @@ maria_declare_plugin(connect)
0x0104, /* version number (1.04) */
NULL, /* status variables */
connect_system_variables, /* system variables */
- "1.04.0006", /* string version */
+ "1.04.0008", /* string version */
MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
}
maria_declare_plugin_end;