diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-29 13:59:08 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-10 22:27:41 +0200 |
commit | 5389300f49dd43af8dcf05dae52c1890abed25f6 (patch) | |
tree | e1fb4a75ebd82210e1495e994ed286d34f033b9a /sql/sql_plugin.h | |
parent | 99677cc510df14440958a784195679eedb5788a2 (diff) | |
download | mariadb-git-5389300f49dd43af8dcf05dae52c1890abed25f6.tar.gz |
cleanup: option_type -> scope
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r-- | sql/sql_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index a0225f4a071..6b310865bba 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -17,7 +17,6 @@ #ifndef _sql_plugin_h #define _sql_plugin_h - /* the following #define adds server-only members to enum_mysql_show_type, that is defined in plugin.h |