summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormats@romeo.(none) <>2006-08-21 10:54:41 +0200
committermats@romeo.(none) <>2006-08-21 10:54:41 +0200
commitc2d7f7c392ad7b66139d488ca2d251be73518931 (patch)
tree2ac8a3384b6c768cfe3414f88b3d9ba3851603a6 /sql/mysql_priv.h
parenta6461a64e41423bd3c7bf46a3d12ddaf473fdcda (diff)
parent67909baa285943985a6b4f283f14ff8b6ba467b2 (diff)
downloadmariadb-git-c2d7f7c392ad7b66139d488ca2d251be73518931.tar.gz
Merge romeo.(none):/home/bkroot/mysql-5.1-wl3228
into romeo.(none):/home/bk/w3259-mysql-5.1-new-rpl
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index c270759f6b9..ef384b1604d 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -21,6 +21,9 @@
except the part which must be in the server and in the client.
*/
+#ifndef MYSQL_PRIV_H
+#define MYSQL_PRIV_H
+
#ifndef MYSQL_CLIENT
#include <my_global.h>
@@ -2019,3 +2022,5 @@ bool schema_table_store_record(THD *thd, TABLE *table);
#endif /* MYSQL_SERVER */
#endif /* MYSQL_CLIENT */
+
+#endif /* MYSQL_PRIV_H */