List:Commits« Previous MessageNext Message »
From:vasil.dimov Date:February 28 2011 8:41am
Subject:bzr commit into mysql-5.5-innodb branch (vasil.dimov:3337)
View as plain text  
#At file:///usr/local/devel/bzrroot/server/mysql-5.5-innodb/ based on revid:jimmy.yang@stripped

 3337 Vasil Dimov	2011-02-28
      Non-functional change: use plugin_author instead of hardcoded string.
      
      plugin_author is currently defined as "Innobase Oy" so this change is
      a no-op.

    modified:
      storage/innobase/handler/i_s.cc
=== modified file 'storage/innobase/handler/i_s.cc'
--- a/storage/innobase/handler/i_s.cc	revid:jimmy.yang@stripped
+++ b/storage/innobase/handler/i_s.cc	revid:vasil.dimov@stripped
@@ -1068,7 +1068,7 @@ UNIV_INTERN struct st_mysql_plugin	i_s_i
 
 	/* plugin author (for SHOW PLUGINS) */
 	/* const char* */
-	STRUCT_FLD(author, "Innobase Oy"),
+	STRUCT_FLD(author, plugin_author),
 
 	/* general descriptive text (for SHOW PLUGINS) */
 	/* const char* */


Attachment: [text/bzr-bundle] bzr/vasil.dimov@oracle.com-20110228083948-z27sh3x73qk8zq0a.bundle
Thread
bzr commit into mysql-5.5-innodb branch (vasil.dimov:3337) vasil.dimov28 Feb