diff options
author | unknown <brian@zim.(none)> | 2006-10-05 00:41:29 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-10-05 00:41:29 -0700 |
commit | 76cdfbbdfee7928dee2fbc0f8f07e1e0ca0cba33 (patch) | |
tree | b14998daff5232aed508cce3919ae3b222f894f1 /storage/innobase | |
parent | c8b64ea17cf81dcab30f341160a1c07d5c6ccaae (diff) | |
download | mariadb-git-76cdfbbdfee7928dee2fbc0f8f07e1e0ca0cba33.tar.gz |
Added license information display to output of plugins schema, and tagged all plugins with GPL flag.
include/mysql/plugin.h:
Adding license information.
plugin/fulltext/plugin_example.c:
License
sql/ha_ndbcluster.cc:
License
sql/ha_partition.cc:
License
sql/handler.h:
License
sql/log.cc:
License
sql/sql_show.cc:
Additional PLUIN display information
storage/archive/ha_archive.cc:
License information added
storage/blackhole/ha_blackhole.cc:
License information added
storage/csv/ha_tina.cc:
License Information
storage/example/ha_example.cc:
License information
storage/federated/ha_federated.cc:
License Information
storage/heap/ha_heap.cc:
License Information
storage/innobase/handler/ha_innodb.cc:
License Information
storage/myisam/ha_myisam.cc:
License Information
storage/myisammrg/ha_myisammrg.cc:
License Information
Diffstat (limited to 'storage/innobase')
-rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 4a4cb1c0d96..066c0ce48d4 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -7640,6 +7640,7 @@ mysql_declare_plugin(innobase) innobase_hton_name, "Innobase OY", "Supports transactions, row-level locking, and foreign keys", + PLUGIN_LICENSE_GPL, innobase_init, /* Plugin Init */ NULL, /* Plugin Deinit */ 0x0100 /* 1.0 */, |