Commit e99019e5 authored by Vasil Dimov's avatar Vasil Dimov

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.
parent 618f4796
......@@ -1068,7 +1068,7 @@ UNIV_INTERN struct st_mysql_plugin i_s_innodb_lock_waits =
/* 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* */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment