diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-06-06 14:09:06 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-06-06 14:09:06 +0400 |
commit | c20cd68e60465f43266fe2bc2b2190e7c1cc4983 (patch) | |
tree | 16beb4138d72ba2fac7c33fab3cf94b3591fc3cf /sql/sp_head.h | |
parent | 395212446acec1191d570d15eb03219c2cb11791 (diff) | |
download | mariadb-git-c20cd68e60465f43266fe2bc2b2190e7c1cc4983.tar.gz |
MDEV-14630 Replace {STRING|INT|REAL|DECIMAL|DATE}_ITEM to CONST_ITEM
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index c0c0c83b77e..5c9183f79ab 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -39,9 +39,6 @@ @{ */ -Item::Type -sp_map_item_type(const Type_handler *handler); - uint sp_get_flags_for_command(LEX *lex); |