summaryrefslogtreecommitdiff
path: root/sql/sql_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_state.c')
-rw-r--r--sql/sql_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_state.c b/sql/sql_state.c
index 511dc65917b..5acf97f16cc 100644
--- a/sql/sql_state.c
+++ b/sql/sql_state.c
@@ -17,6 +17,7 @@
#include <my_global.h>
#include <mysqld_error.h>
+#include <my_base.h>
struct st_map_errno_to_sqlstate
{
@@ -27,6 +28,7 @@ struct st_map_errno_to_sqlstate
struct st_map_errno_to_sqlstate sqlstate_map[]=
{
+#include <handler_state.h>
#include <sql_state.h>
};