mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
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.
This commit is contained in:
parent
1e26073184
commit
47741182d6
1 changed files with 1 additions and 1 deletions
|
@ -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* */
|
||||
|
|
Loading…
Reference in a new issue