diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-04-01 10:09:24 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-04-01 10:09:24 +0400 |
commit | 2d825e97df62da604fbfbc8d62d129fadfd2c59b (patch) | |
tree | a02c49590dfa5728d8e4589352039c8e6301c7f2 /sql/sp_pcontext.h | |
parent | 17cbae6501d230e55843079190e713421f251155 (diff) | |
download | mariadb-git-2d825e97df62da604fbfbc8d62d129fadfd2c59b.tar.gz |
Cleanup: removing unused type LEX_TYPE and #include
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r-- | sql/sp_pcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index e607315cdaf..7b38177236a 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -22,7 +22,6 @@ #endif #include "sql_string.h" // LEX_STRING -#include "mysql_com.h" // enum_field_types #include "field.h" // Create_field #include "sql_array.h" // Dynamic_array |