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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
53b0839a
Commit
53b0839a
authored
Apr 21, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
res #6655 change tokudb plugin licenses to GPL
parent
5b634f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
storage/tokudb/hatoku_hton.cc
storage/tokudb/hatoku_hton.cc
+12
-12
No files found.
storage/tokudb/hatoku_hton.cc
View file @
53b0839a
...
...
@@ -2307,7 +2307,7 @@ mysql_declare_plugin(tokudb)
tokudb_hton_name
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_init_func
,
/* plugin init */
tokudb_done_func
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2324,7 +2324,7 @@ mysql_declare_plugin(tokudb)
"TokuDB_user_data"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_user_data_init
,
/* plugin init */
tokudb_user_data_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2341,7 +2341,7 @@ mysql_declare_plugin(tokudb)
"TokuDB_user_data_exact"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_user_data_exact_init
,
/* plugin init */
tokudb_user_data_exact_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2358,7 +2358,7 @@ mysql_declare_plugin(tokudb)
"TokuDB_file_map"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_dictionary_info_init
,
/* plugin init */
tokudb_dictionary_info_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2375,7 +2375,7 @@ mysql_declare_plugin(tokudb)
"TokuDB_fractal_tree_info"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_fractal_tree_info_init
,
/* plugin init */
tokudb_fractal_tree_info_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2392,7 +2392,7 @@ mysql_declare_plugin(tokudb)
"TokuDB_fractal_tree_block_map"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_fractal_tree_block_map_init
,
/* plugin init */
tokudb_fractal_tree_block_map_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2414,7 +2414,7 @@ maria_declare_plugin(tokudb)
tokudb_hton_name
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_init_func
,
/* plugin init */
tokudb_done_func
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2429,7 +2429,7 @@ maria_declare_plugin(tokudb)
"TokuDB_user_data"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_user_data_init
,
/* plugin init */
tokudb_user_data_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2444,7 +2444,7 @@ maria_declare_plugin(tokudb)
"TokuDB_user_data_exact"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_user_data_exact_init
,
/* plugin init */
tokudb_user_data_exact_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2459,7 +2459,7 @@ maria_declare_plugin(tokudb)
"TokuDB_file_map"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_dictionary_info_init
,
/* plugin init */
tokudb_dictionary_info_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2474,7 +2474,7 @@ maria_declare_plugin(tokudb)
"TokuDB_fractal_tree_info"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_fractal_tree_info_init
,
/* plugin init */
tokudb_fractal_tree_info_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
@@ -2489,7 +2489,7 @@ maria_declare_plugin(tokudb)
"TokuDB_fractal_tree_block_map"
,
"Tokutek Inc"
,
"Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology"
,
PLUGIN_LICENSE_
PROPRIETARY
,
PLUGIN_LICENSE_
GPL
,
tokudb_fractal_tree_block_map_init
,
/* plugin init */
tokudb_fractal_tree_block_map_done
,
/* plugin deinit */
TOKUDB_PLUGIN_VERSION
,
/* 4.0.0 */
...
...
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