diff options
Diffstat (limited to 'sql/mysqld_suffix.h')
-rw-r--r-- | sql/mysqld_suffix.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/mysqld_suffix.h b/sql/mysqld_suffix.h index b348f272db1..654d7cf88c1 100644 --- a/sql/mysqld_suffix.h +++ b/sql/mysqld_suffix.h @@ -13,8 +13,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - Set MYSQL_SERVER_SUFFIX_STR +/** + @file + + Set MYSQL_SERVER_SUFFIX_STR. + The following code is quite ugly as there is no portable way to easily set a string to the value of a macro */ |