diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-28 11:07:22 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-28 11:07:22 +0200 |
commit | 8d8784e93092b883e2bc7619bb57454e46f60d73 (patch) | |
tree | e82521930dcf6355388224c69f5275f28b0d1f37 /storage/innobase/handler/i_s.h | |
parent | 17621e724f17a0e6884067ac4c9107d6c27f8e7a (diff) | |
download | mariadb-git-8d8784e93092b883e2bc7619bb57454e46f60d73.tar.gz |
Use plugin_author also for the InnoDB SE plugin
Move the const variable plugin_author to a common header file that is
being included by both ha_innodb.cc and i_s.cc
Diffstat (limited to 'storage/innobase/handler/i_s.h')
-rw-r--r-- | storage/innobase/handler/i_s.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/innobase/handler/i_s.h b/storage/innobase/handler/i_s.h index 402c88bbedb..dc0deef119b 100644 --- a/storage/innobase/handler/i_s.h +++ b/storage/innobase/handler/i_s.h @@ -26,6 +26,8 @@ Created July 18, 2007 Vasil Dimov #ifndef i_s_h #define i_s_h +const char plugin_author[] = "Oracle Corporation"; + extern struct st_mysql_plugin i_s_innodb_trx; extern struct st_mysql_plugin i_s_innodb_locks; extern struct st_mysql_plugin i_s_innodb_lock_waits; |