Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
74b438fa
Commit
74b438fa
authored
Dec 11, 2015
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ob-10.0' into 10.0
parents
f657aab9
541d36f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/connect/ha_connect.cc
storage/connect/ha_connect.cc
+2
-2
No files found.
storage/connect/ha_connect.cc
View file @
74b438fa
...
...
@@ -169,7 +169,7 @@
#define JSONMAX 10 // JSON Default max grp size
extern
"C"
{
char
version
[]
=
"Version 1.04.0005
November 20
, 2015"
;
char
version
[]
=
"Version 1.04.0005
December 11
, 2015"
;
#if defined(__WIN__)
char
compver
[]
=
"Version 1.04.0005 "
__DATE__
" "
__TIME__
;
char
slash
=
'\\'
;
...
...
@@ -6762,7 +6762,7 @@ maria_declare_plugin(connect)
0x0104
,
/* version number (1.04) */
NULL
,
/* status variables */
connect_system_variables
,
/* system variables */
"1.04.000
3
"
,
/* string version */
"1.04.000
5
"
,
/* string version */
MariaDB_PLUGIN_MATURITY_BETA
/* maturity */
}
maria_declare_plugin_end
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment