summaryrefslogtreecommitdiff
path: root/storage/innobase/handler/i_s.h
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2011-02-28 11:07:22 +0200
committerVasil Dimov <vasil.dimov@oracle.com>2011-02-28 11:07:22 +0200
commit8d8784e93092b883e2bc7619bb57454e46f60d73 (patch)
treee82521930dcf6355388224c69f5275f28b0d1f37 /storage/innobase/handler/i_s.h
parent17621e724f17a0e6884067ac4c9107d6c27f8e7a (diff)
downloadmariadb-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.h2
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;