summaryrefslogtreecommitdiff
path: root/sql/event_parse_data.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2017-06-18 08:43:55 +0300
committerSergei Golubchik <serg@mariadb.org>2017-08-24 01:05:48 +0200
commit1ed605e49090a216e01fcddc3078c890a0c1c14b (patch)
tree79e491f5e4575cf7f38333121328e6212d5bc0b7 /sql/event_parse_data.h
parent828602356cb080046c72b5b48e78efde7d0e958a (diff)
downloadmariadb-git-1ed605e49090a216e01fcddc3078c890a0c1c14b.tar.gz
Added sql_alloc.h
- Moved declaration of Sql_alloc from Sql_list.h as they are independent structures.
Diffstat (limited to 'sql/event_parse_data.h')
-rw-r--r--sql/event_parse_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_parse_data.h b/sql/event_parse_data.h
index e1aed36aa01..d2e14d74cf8 100644
--- a/sql/event_parse_data.h
+++ b/sql/event_parse_data.h
@@ -17,7 +17,7 @@
#ifndef _EVENT_PARSE_DATA_H_
#define _EVENT_PARSE_DATA_H_
-#include "sql_list.h" /* Sql_alloc */
+#include "sql_alloc.h"
class Item;
class THD;