We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba013a commit 541d36fCopy full SHA for 541d36f
storage/connect/ha_connect.cc
@@ -169,7 +169,7 @@
169
#define JSONMAX 10 // JSON Default max grp size
170
171
extern "C" {
172
- char version[]= "Version 1.04.0005 November 20, 2015";
+ char version[]= "Version 1.04.0005 December 11, 2015";
173
#if defined(__WIN__)
174
char compver[]= "Version 1.04.0005 " __DATE__ " " __TIME__;
175
char slash= '\\';
@@ -6762,7 +6762,7 @@ maria_declare_plugin(connect)
6762
0x0104, /* version number (1.04) */
6763
NULL, /* status variables */
6764
connect_system_variables, /* system variables */
6765
- "1.04.0003", /* string version */
+ "1.04.0005", /* string version */
6766
MariaDB_PLUGIN_MATURITY_BETA /* maturity */
6767
}
6768
maria_declare_plugin_end;
0 commit comments