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
1a846b3c
Commit
1a846b3c
authored
Mar 25, 2014
by
Kentoku SHIBA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spider 3.2
parent
89441877
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
storage/spider/spd_i_s.cc
storage/spider/spd_i_s.cc
+3
-3
storage/spider/spd_include.h
storage/spider/spd_include.h
+2
-2
storage/spider/spd_param.cc
storage/spider/spd_param.cc
+1
-1
No files found.
storage/spider/spd_i_s.cc
View file @
1a846b3c
...
...
@@ -158,10 +158,10 @@ struct st_maria_plugin spider_i_s_alloc_mem_maria =
PLUGIN_LICENSE_GPL
,
spider_i_s_alloc_mem_init
,
spider_i_s_alloc_mem_deinit
,
0x0
001
,
0x0
100
,
NULL
,
NULL
,
"
0.1
"
,
MariaDB_PLUGIN_MATURITY_
BET
A
,
"
1.0
"
,
MariaDB_PLUGIN_MATURITY_
GAMM
A
,
};
#endif
storage/spider/spd_include.h
View file @
1a846b3c
...
...
@@ -13,8 +13,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define SPIDER_DETAIL_VERSION "3.
1.17
"
#define SPIDER_HEX_VERSION 0x030
1
#define SPIDER_DETAIL_VERSION "3.
2.0
"
#define SPIDER_HEX_VERSION 0x030
2
#if MYSQL_VERSION_ID < 50500
#else
...
...
storage/spider/spd_param.cc
View file @
1a846b3c
...
...
@@ -3132,7 +3132,7 @@ maria_declare_plugin(spider)
spider_status_variables
,
spider_system_variables
,
SPIDER_DETAIL_VERSION
,
MariaDB_PLUGIN_MATURITY_
BET
A
MariaDB_PLUGIN_MATURITY_
GAMM
A
},
spider_i_s_alloc_mem_maria
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