diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-07 13:58:40 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-07 13:58:40 +0200 |
commit | 46bd78b9ee82b5b51239497445bc55e566e59b07 (patch) | |
tree | 2f3a5f2cd336f0187f122dc5818b89361570f074 /sql/sp_head.h | |
parent | e92b3c587ced3e4104f2ab2ee38168d2b8c8bfb5 (diff) | |
download | mariadb-git-46bd78b9ee82b5b51239497445bc55e566e59b07.tar.gz |
WL#5030: Splitting mysql_priv.h
Adding my_global.h first in all files using
NO_EMBEDDED_ACCESS_CHECKS.
Correcting a merge problem resulting from a changed definition
of check_some_access compared to the original patches.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 66cbc47d8e0..165f88321a9 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -26,6 +26,7 @@ are dependencies on include order for set_var.h and item.h. This will be resolved later. */ +#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */ #include "sql_class.h" // THD, set_var.h: THD #include "set_var.h" // Item |