diff options
author | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2013-10-18 05:16:38 -0700 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 05:16:38 -0700 |
commit | 81b2856e10a837183b3639d09d8f531a424dabd3 (patch) | |
tree | 9b7e122c07fa0a2eefcee84e275a16a6ba512176 /sql/sql_acl.h | |
parent | 3566f317c0cf65db32b438a88474860c436a435d (diff) | |
download | mariadb-git-81b2856e10a837183b3639d09d8f531a424dabd3.tar.gz |
Refactored yacc grammar to make use of named constants.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 0e04d8f86d6..7f3ee296de8 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -173,6 +173,9 @@ enum mysql_db_table_field extern const TABLE_FIELD_DEF mysql_db_table_def; extern bool mysql_user_table_is_in_short_password_format; +extern const char *HOST_NOT_SPECIFIED; +extern const char *NONE_ROLE; + static inline int access_denied_error_code(int passwd_used) { |