diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
commit | f96694f9c72e8e1c55a7990c1673920f7d3d4845 (patch) | |
tree | 619f7e42b7a151e4684d648ed2ddcd74e5c2f05c /sql/sql_priv.h | |
parent | 2283e1b510998ea904f118b0da50986ec4047de2 (diff) | |
download | mariadb-git-f96694f9c72e8e1c55a7990c1673920f7d3d4845.tar.gz |
WL#5030: Splitting mysql_priv.h
Removing traces of mysql_priv.h from comments and other
non-source files that were missed before.
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r-- | sql/sql_priv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h index cc67fa9c010..eeefd3cac04 100644 --- a/sql/sql_priv.h +++ b/sql/sql_priv.h @@ -23,8 +23,8 @@ except the part which must be in the server and in the client. */ -#ifndef MYSQL_PRIV_H -#define MYSQL_PRIV_H +#ifndef SQL_PRIV_INCLUDED +#define SQL_PRIV_INCLUDED #ifndef MYSQL_CLIENT @@ -262,4 +262,4 @@ inline int hexchar_to_int(char c) #endif /* MYSQL_CLIENT */ -#endif /* MYSQL_PRIV_H */ +#endif /* SQL_PRIV_INCLUDED */ |