diff options
author | Michael Widenius <monty@mariadb.org> | 2017-06-18 08:43:55 +0300 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-08-24 01:05:48 +0200 |
commit | 1ed605e49090a216e01fcddc3078c890a0c1c14b (patch) | |
tree | 79e491f5e4575cf7f38333121328e6212d5bc0b7 /sql/parse_file.h | |
parent | 828602356cb080046c72b5b48e78efde7d0e958a (diff) | |
download | mariadb-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/parse_file.h')
-rw-r--r-- | sql/parse_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h index fdc74f3a809..19c7883f8cc 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -18,7 +18,7 @@ #define _PARSE_FILE_H_ #include "sql_string.h" // LEX_STRING -#include "sql_list.h" // Sql_alloc +#include "sql_alloc.h" // Sql_alloc class THD; |